From everything I have read in the user's manual and forums, I THINK I cannot read an sqlite DB directly but have to create a csv file (or such) and then (in code) create the DB I want to access in my application?
Is this correct or am I missing something? What I want to do is create a simple app that will pull data from a DB based on a users selection, I currently have no code but I have downloaded a couple of sql examples (sqltable3 and sqltable4) but they don't have a DB but rather a csv file of cities and latitude/longitude yet when I try to run the application I get an error that the DB cannot be read.
I error occurs at this line
SQL1.Initialize(File.DirDefaultExternal, "test1.db", True)
code(14) could not open the database
I have an sqlite DB (bibles.sqlite) that I can read just fine from firfox (with the sqlite plugin as well as from a PC with "razor". Do I need to create a csv file and then create a scriptures.db file from that?
Sorry but I have been trying to figure out what I need to do and while the documentation is good when dealing with accessing the DB, either I am totally missing something when it comes to creating the <file>.db file
thanks in advance for any responses
dougc
:sign0085:
Is this correct or am I missing something? What I want to do is create a simple app that will pull data from a DB based on a users selection, I currently have no code but I have downloaded a couple of sql examples (sqltable3 and sqltable4) but they don't have a DB but rather a csv file of cities and latitude/longitude yet when I try to run the application I get an error that the DB cannot be read.
I error occurs at this line
SQL1.Initialize(File.DirDefaultExternal, "test1.db", True)
code(14) could not open the database
I have an sqlite DB (bibles.sqlite) that I can read just fine from firfox (with the sqlite plugin as well as from a PC with "razor". Do I need to create a csv file and then create a scriptures.db file from that?
Sorry but I have been trying to figure out what I need to do and while the documentation is good when dealing with accessing the DB, either I am totally missing something when it comes to creating the <file>.db file
thanks in advance for any responses
dougc
:sign0085: