--- In [email protected], jpcb...@... wrote: > > Thank you for your response. I am using SQLite version 3.6.7 on my > Desktop PC and I believe installed this also on the Pocket PC. I > just double clicked on install in the CE directory. Frankly, I > don't know how to check version on the Pocket PC. > > John
I'm not a SQLite expert, but here's what I can offer. 1) I believe that all SQLite 3 versions should be compatible in terms of the database files they use. 2) Just because you installed a 'SQLite 3.6.7 for pocket PC' package on your device, doesn't mean that NSBasic will be able to use it. SQLite really is lite, which means that you can easily have several copies of it lying around, and as I understand it needs to get 'embedded' in the process that is calling it. The NSBasic libraries for SQLite do no embed 3.6.7 (as I understand George's comments here,) but that shouldn't keep you from talking to your database. 3) What is the code that you're using in your NSBasic program to add a SQLite object and open your database with it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
