We are using a Windows CE based on TI's AM3517 SDK. What is odd, is that if I use the root folder then I don't get any errors. Meaning if I use sqlite3_open(("count.db"), &db); I get a created db file with content.
I will ask the people who are working on the SDK about the FlushFileBuffers() and Win32 API details. Caleb Austin -----Original Message----- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, October 15, 2012 10:08 AM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Building SQLite on Windows Embedded Compact 7(WEC7) Caleb A. Austin wrote: > > sqlite3_open(("/release/sql/count.db"), &db); > > 1034: os_win.c: 32125: (50) winSync(/release/sql/count.db-journal) > -osError 0x32 > (50) ... > > ... create table fails... disk IO error That error code is ERROR_NOT_SUPPORTED, coming from winSync(), which probably means that the FlushFileBuffers() Win32 API is not implemented for the operating system version you are using. Is this a custom version of Windows CE? If so, do you have any control over the customizations? -- 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