[nsbasic-ce] Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread jpcbrf2
Thank you for your help ! I am using NsBasic/CE version 6.0.3 and my command to use the SQlite database is AddObject "NewObjects.sqlite.dbutf8", "db". If I need version 3.3.5, how, what and where do I get it. I've been all over the Sqlite.org site and I can't figure how to get version 3.3

Re: [nsbasic-ce] Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread George Henne
Check the release notes on SQLite3. If the file format has changed, it should be noted there. If not, the problem may be something different. >Thank you for your help !  I am using NsBasic/CE version 6.0.3 and my >command to use the SQlite database is AddObject >"NewObjects.sqlite.dbutf8", "db". >

[nsbasic-ce] Re: Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread Chris Kenworthy
I believe that is the OLDER NewObjects sqlite object - version 2.something. (The naming convention is disappointing, I agree.) For the version 3 compatible object, I used: AddObject "newObjects.sqlite3.dbutf8","cn" So I suggest that you try that - with "db" at the end instead of cn so that it m

Re: [nsbasic-ce] Re: Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread George Henne
The Tech Note does refer to SQLite 3: It shows: AddObject "newObjects.sqlite3.dbutf8","db" I notice the OP is still using NS Basic 6 - that had SQLite 2. It looks like an update to NS Basic/CE 7 will help here. Here is the URL to upgrade:

Re: [nsbasic-ce] Re: Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread jpcbrf2
Okay, I believe I am finally sorting through all "my" confusion regarding SQLite and its versions. I ordered the most recent release of NsBasic and downloaded it. It didn't help my problem of incompatibility between the Desctop PC and Pocket PC. For some reason, I began to think that if I

Re: [nsbasic-ce] Re: Copying SQlite DB from Pc To Pocket PC

2009-03-03 Thread Jay Young
I built one application using NSBasic-Desktop that would build the sqlite3 DB by transferring information from Oracle to Sqlite3, it was not automated it required the user to start the build process after completion they could click a button to transfer the DB to the pocket-pc I used "Srego CE Tool