Marc L. Allen wrote on Monday, July 22, 2013 10:55 AM
> 
> I see.  Sorry about that!
> 
> I guess the real problem is the in-memory ones.  The other ones must
> have a database file associated with them, right?
> 

Probably, but that doesn't mean that the file is accessible through a filename 
that can be understood by the "ATTACH" SQL statement.

For example, if the file handle is procured by sqlite and then the file is 
subsequently deleted, it's no longer available through a filename.  Or as 
Richard Hipp mentioned, the filename may refer to a space that the application 
can't currently get to, like a chroot jail.

Erik

----------------------------------------------------------------------
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to