Thanks Joe, I have tried:
sqlite3_open("/release/sql/countries.db", &db); but I get a 0 bytes countries.db in the "/release/sql/" folder and then a long list of SQL errors about no access to the database. I think this is a Windows CE issue... but asking here if someone has used SQLite on Windows CE to help fix the problem. Caleb Austin -----Original Message----- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Friday, October 12, 2012 10:39 AM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Building SQLite on Windows Embedded Compact 7(WEC7) Caleb A. Austin wrote: > > Any ideas on why the database is being placed in root and not in local? > My understanding is that Windows CE does not support the concept of a current directory. Therefore, in order for a file to be created in a particular directory, the full path to the file must be specified (i.e. in the call to sqlite3_open()). -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ################################################################################## CONFIDENTIALITY NOTICE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. It may contain confidential, privileged, and/or proprietary information. Any review, dissemination, distribution, copying, printing, or other use of this email by persons or entities other than the addressee and his/her authorized agent is prohibited. If you have received this email in error please notify the originator of the message and delete the material from your computer. ################################################################################## _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users