I just got Basic4android and love it so far but trying my first sql program. The following statement:
SQL1.Initialize("c:\androidtest", "BooksIveRead", True)
Won't initialize my database. Gives following error:
Error occured
An error has occured in sub: main_activity-create(B4aLine:25)
SQL1.Initialize("c\androidtest","BooksIveRead",True)
android.database.sqlite
SQLiteCantOpenDatabaseException:unable to open database file
Continue?
I read that if the parameter 'True' is specified it would create the database. Is this not accurate? 'False' or blank should only open it.
Any help would be appreciated.
Jim Reid:sign0085:
SQL1.Initialize("c:\androidtest", "BooksIveRead", True)
Won't initialize my database. Gives following error:
Error occured
An error has occured in sub: main_activity-create(B4aLine:25)
SQL1.Initialize("c\androidtest","BooksIveRead",True)
android.database.sqlite
SQLiteCantOpenDatabaseException:unable to open database file
Continue?
I read that if the parameter 'True' is specified it would create the database. Is this not accurate? 'False' or blank should only open it.
Any help would be appreciated.
Jim Reid:sign0085: