On Sun, Jan 30, 2011 at 08:25:48PM -0500, GHCS Software scratched on the wall:
> Are there any common reasons for encountering a "disk I/O error" (code 
> 10) when creating records in an SQLite database on a Windows PC?

  Check to be sure the application has permission to create new files
  in the same directory as the database file.  Off the top of my head,
  I believe this error is returned if SQLite cannot create the WAL file
  or journal file required to complete a transaction.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to