On Thu, Apr 12, 2012 at 4:22 PM, FLOWERDAY John
<john.flower...@state.or.us>wrote:

> right after the first table, I get an SQLiteException 14. I have searched
> the web and have found zero answers to this. I also cannot find an answer
> on the SQLite site. Any suggestions?
>

[stephan@host:~/cvs/fossil]$ grep -w 14 /usr/include/sqlite3.h
#define SQLITE_CANTOPEN    14   /* Unable to open the database file */
#define SQLITE_IOERR_CHECKRESERVEDLOCK (SQLITE_IOERR | (14<<8))
#define SQLITE_CONFIG_PCACHE       14  /* sqlite3_pcache_methods* */
#define SQLITE_DROP_TEMP_TRIGGER    14   /* Trigger Name    Table Name
 */
#define SQLITE_TESTCTRL_RESERVE                 14

sounds like the first one.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to