On Jul 21, 2010, at 11:12 AM, <[email protected]> <[email protected] > wrote:
> > In my case, the DB is created by the older version of application and > now the new version of application is installed and End user has > option > to see old data with selecting old version of DB so its completely on > end user wish to choose the location for DB. And also new tables in DB > are created to new version of application, on select of old DB, > application has to create those tables in OLD DB also to synch. > > Application is successfully executing select query on UAC-ON however > while executing DDL and DML it is throwing "Unable to open Database". > > Please guide us on this issue. The application could be failing to create the journal file. Check it has permission to create new files in the directory the database file is stored in. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

