Re: [nsb-appstudio] SQLite database file

52 views
Skip to first unread message

lchurch@austin.rr.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com
 

Here's some more info:

in c:\users\username\appdata\local\google\chrome\userdata\default\databases\foldername\
you will find a file named with just a number.  If you use a SQLite management tool (ManagementStudio for SQLite) you can see the structure and contents of that file, which is actually a SQlite database.
Foldername is assigned by app address; I have no idea how Chrome decides on the file numbering scheme.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (13)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to Nsbasic App
 

See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com
 

OK, now this makes some sense!  I'm new to SQLite (I'm a SQL Server kind of guy) and one of the advertising points to using it was that it created the database in a simple file that you could copy and use on another installation.  The NSBasic documentation makes no mention of Chrome's sandbox or that the file will be otherwise hidden, it just says to use the call: DB=SqlOpenDatabase("students.db", "1.0", "My student database") to create the database.  So, naturally, as a developer I'm curious to see where said file might reside.  It DOES say it will create the file in the app local directory on the device.  So ... do you see my confusion?  

This is fine, having Chrome maintain it's own sandbox is OK, I was just trying to understand how it fit together.  Thanks!

George, you may wish to add this to the documentation so that other hapless developers coming to NSBasic from another platform are aware of this pitfall!

Thanks,

-bruce


On Friday, June 10, 2016 2:36 PM, "Computerhusky comput...@yahoo.de [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
Hi,
Chrome has its own administration of SQL databases, and it changes the name of the file.
You have to find the text file where it stores the original name and the translated file name.
Kind regards
Thomas 

Vom iPhone gesendet/Sent from iPhone

Am 10.06.2016 um 20:31 schrieb Bruce Roeser bruce....@yahoo.com [nsbasic-app] <nsbas...@yahoogroups.com>:

 
LOL ... nope, it's not there either!  I can even get to a DOS prompt and do a hard drive scan "dir /b/s students.db" and it doesn't show up on the hard drive ANYWHERE!  

-bruce


On Friday, June 10, 2016 2:09 PM, "'SEF Mediapro Inc' sef.me...@sympatico.ca [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
Try looking under:
%username%\AppData\Local\Google\Chrome\User Data\Default\databases
 
HTH
JamesF
 
From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: June 10, 2016 2:02 PM
To: nsbas...@yahoogroups.com
Subject: Re: [nsb-appstudio] SQLite database file
 



I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)
 
Thanks
 
-bruce

 
On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:
 
 
See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>
 







__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to Nsbasic App
 

We don't put it anywhere. It's hidden (by Chrome) in Chrome's sandbox. You're not meant to get at it directly.

>What's the point of naming it "students.db" if that isn't the name of
>the file?  Besides, the documentation states that's the actual file name
>anyway.  I've scanned for .db and looked at all occurrences to see if
>one is called "students", I've scanned for all files called "students.*"
>it isn't showing up ANYWHERE.  C'mon, George, where'd you put it? ;-)
>
>
>O n Friday, June 10, 2016 2:33 PM, "sef.me...@sympatico.ca [nsbasic-
>app]" <nsbas...@yahoogroups.com> wrote:
>
>

>I don't think the extension is .db
>Try *.*
>
>Sent from my BlackBerry 10 Passport 
>From: Bruce Roeser bruce....@yahoo.com [nsbasic-app]
>Sent: Friday, June 10, 2016 2:31 PM
>To: nsbas...@yahoogroups.com
>Reply To: nsbas...@yahoogroups.com

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com
 

Thanks, I'll look into that!

- bruce



On Friday, June 10, 2016 3:33 PM, "lch...@austin.rr.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
Here's some more info:
in c:\users\username\appdata\local\google\chrome\userdata\default\databases\foldername\
you will find a file named with just a number.  If you use a SQLite management tool (ManagementStudio for SQLite) you can see the structure and contents of that file, which is actually a SQlite database.
Foldername is assigned by app address; I have no idea how Chrome decides on the file numbering scheme.


__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

I'm tinkering with the example that opens the "students.db" file in SQLite.  The sample runs fine in Chrome and it's obvious that the data is being placed there but I search for "students.db" and can't find it anywhere.  Where does NSBasic keep it?  The directory from which I loaded the sample doesn't have it, nor is it anywhere on my local machine.  Is this cached somewhere?

__._,_.___

Posted by: bruce....@yahoo.com

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to Nsbasic App
 

That's unofficial. Formally, the SQLite database is hidden inside the browser's sandbox. It is not intended that it be accessed from outside the browser.



>Try looking under:
>
>%username%\AppData\Local\Google\Chrome\User Data\Default\databases
>

>
>HTH
>
>JamesF

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

What's the point of naming it "students.db" if that isn't the name of the file?  Besides, the documentation states that's the actual file name anyway.  I've scanned for .db and looked at all occurrences to see if one is called "students", I've scanned for all files called "students.*" it isn't showing up ANYWHERE.  C'mon, George, where'd you put it? ;-)


O n Friday, June 10, 2016 2:33 PM, "sef.me...@sympatico.ca [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


I don't think the extension is .db
Try *.*

Sent from my BlackBerry 10 Passport 

From: Bruce Roeser bruce....@yahoo.com [nsbasic-app]
Sent: Friday, June 10, 2016 2:31 PM
Subject: Re: [nsb-appstudio] SQLite database file

LOL ... nope, it's not there either!  I can even get to a DOS prompt and do a hard drive scan "dir /b/s students.db" and it doesn't show up on the hard drive ANYWHERE!  

-bruce


On Friday, June 10, 2016 2:09 PM, "'SEF Mediapro Inc' sef.me...@sympatico.ca [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


Try looking under:
%username%\AppData\Local\Google\Chrome\User Data\Default\databases
 
HTH
JamesF
 

From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: June 10, 2016 2:02 PM
To: nsbas...@yahoogroups.com
Subject: Re: [nsb-appstudio] SQLite database file
 



I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)
 
Thanks
 
-bruce
 

On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:
 

See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>

 









__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to Nsbasic App
 

Thanks for the kind words!


George Henne
NS BASIC Corporation
http://www.nsbasic.com

>George,
>
>I finally got to the bottom of the "Using SQLite" tutorial where you
>explain how to see the DB's created in Chrome.  I see now what you guys
>mean about the sandbox.  I was wrong, you guys did explain it, I
>apologize if I was premature in my comments.  I continue to be impressed
>by the depth of functionality this product seems to have. Thanks man!
>
>-bruce
>
>
>On Friday, June 10, 2016 5:55 PM, "Bruce Roeser bruce....@yahoo.com

>[nsbasic-app]" <nsbas...@yahoogroups.com> wrote:
>
>

>Thanks, I'll look into that!
>
>- bruce
>
>
>On Friday, June 10, 2016 3:33 PM, "lch...@austin.rr.com [nsbasic-app]"
><nsbas...@yahoogroups.com> wrote:
>
>

>Here's some more info:
>in c:\users\username\appdata\local\google\chrome\userdata\default
>\databases\foldername\
>you will find a file named with just a number.  If you use a SQLite
>management tool (ManagementStudio for SQLite) you can see the structure
>and contents of that file, which is actually a SQlite database.
>Foldername is assigned by app address; I have no idea how Chrome decides
>on the file numbering scheme.
>
>
>
>
>

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Computerhusky computerhusky@yahoo.de [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

Hi,
Chrome has its own administration of SQL databases, and it changes the name of the file.
You have to find the text file where it stores the original name and the translated file name.
Kind regards
Thomas 

Vom iPhone gesendet/Sent from iPhone


Am 10.06.2016 um 20:31 schrieb Bruce Roeser bruce....@yahoo.com [nsbasic-app] <nsbas...@yahoogroups.com>:

LOL ... nope, it's not there either!  I can even get to a DOS prompt and do a hard drive scan "dir /b/s students.db" and it doesn't show up on the hard drive ANYWHERE!  

-bruce


On Friday, June 10, 2016 2:09 PM, "'SEF Mediapro Inc' sef.me...@sympatico.ca [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


Try looking under:
%username%\AppData\Local\Google\Chrome\User Data\Default\databases
 
HTH
JamesF
 

From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: June 10, 2016 2:02 PM
To: nsbas...@yahoogroups.com
Subject: Re: [nsb-appstudio] SQLite database file
 



I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)
 
Thanks
 

-bruce
 

On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:
 

 
See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>
 






__._,_.___

Posted by: Computerhusky <comput...@yahoo.de>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'SEF Mediapro Inc' sef.mediapro@sympatico.ca [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

Try looking under:

%username%\AppData\Local\Google\Chrome\User Data\Default\databases

 

HTH

JamesF

 

From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: June 10, 2016 2:02 PM
To: nsbasic-app@yahoogroup s.com
Subject: Re: [nsb-appstudio] SQLite database file

 




I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)

 

Thanks

 

-bruce

 

On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:

 

 

See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>

 




__._,_.___

Posted by: "SEF Mediapro Inc" <sef.me...@sympatico.ca>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

George,

I finally got to the bottom of the "Using SQLite" tutorial where you explain how to see the DB's created in Chrome.  I see now what you guys mean about the sandbox.  I was wrong, you guys did explain it, I apologize if I was premature in my comments.  I continue to be impressed by the depth of functionality this product seems to have. Thanks man!

-bruce


On Friday, June 10, 2016 5:55 PM, "Bruce Roeser bruce....@yahoo.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
Thanks, I'll look into that!

- bruce


On Friday, June 10, 2016 3:33 PM, "lch...@austin.rr.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
Here's some more info:
in c:\users\username\appdata\local\google\chrome\userdata\default\databases\foldername\
you will find a file named with just a number.  If you use a SQLite management tool (ManagementStudio for SQLite) you can see the structure and contents of that file, which is actually a SQlite database.
Foldername is assigned by app address; I have no idea how Chrome decides on the file numbering scheme.




__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com

I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)

Thanks

-bruce


On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


 
See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>


__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to nsbas...@yahoogroups.com
 

That's fine, George, but one might have said so in the documentation so "bare metal" developers like me won't go hunting for the file!  As I said in my last post, the fact that SQLite makes files you can copy around caused me to be curious and see where it might reside when running in NSBasic under Chrome.

I'm working through the documentation as I go here.  Do you have a section in there somewhere that explains the "sandboxing" environment of Chrome to appease old "bare metal" guys like me? ;-)

Thanks, man!

__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

sef.mediapro@sympatico.ca [nsbasic-app]

unread,
Jun 11, 2016, 6:06:17 AM6/11/16
to Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

Posted by: <sef.me...@sympatico.ca>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Bruce Roeser bruce.roeser@yahoo.com [nsbasic-app]

unread,
Jun 11, 2016, 6:06:18 AM6/11/16
to nsbas...@yahoogroups.com

LOL ... nope, it's not there either!  I can even get to a DOS prompt and do a hard drive scan "dir /b/s students.db" and it doesn't show up on the hard drive ANYWHERE!  

-bruce


On Friday, June 10, 2016 2:09 PM, "'SEF Mediapro Inc' sef.mediapro@sympa tico.ca [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:


Try looking under:
%username%\AppData\Local\Google\Chrome\User Data\Default\databases
 
HTH
JamesF
 

From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: June 10, 2016 2:02 PM
To: nsbas...@yahoogroups.com
Subject: Re: [nsb-appstudio] SQLite database file
 



I've been reading that, George.  The code works, but I can't find the "student.db" on the system anywhere after running it.  I even made the SqlOpenDatabase() call in one of my projects and ran it in Chrome.  I can't find the [damned] file anywhere (and the overview hasn't yet explained where it physically creates it!)
 
Thanks
 
-bruce
 
On Friday, June 10, 2016 1:57 PM, "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbas...@yahoogroups.com> wrote:
 
 
See the Overview:

<http://wiki.nsbasic.com/SQLite_made_Simple>

George Henne
NS BASIC Corporation
http://www.nsbasic.com

>I'm tinkering with the example that opens the "students.db" file in
>SQLite.  The sample runs fine in Chrome and it's obvious that the data
>is being placed there but I search for "students.db" and can't find it
>anywhere.  Where does NSBasic keep it?  The directory from which I
>loaded the sample doesn't have it, nor is it anywhere on my local
>machine.  Is this cached somewhere?
>
>
 



< div>


__._,_.___

Posted by: Bruce Roeser <bruce....@yahoo.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___
Reply all
Reply to author
Forward
0 new messages