On 05.04.2013 16:47, Rob Collie wrote:
sqlite3_open_v2("file://C:/Newfolder/testing.db",
> > > >& oDatabase, SQLITE_OPEN_CREATE, NULL);

Can you try :


returnValue = sqlite3_open_v2 ("C:\\Newfolder\\testing.db", &oDatabase, SQLITE_OPEN_CREATE, NULL) ;

Use double backslash also after "file://"

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to