Hi Simon, > Please tell us how you are specifying memory access mode. For instance, are > you using the URI string ? If so, can you post the string ? Or are you > passing ":memory:" along as a filename somewhere ?
Thanks for such a quick response. I am using the URI string to specify memory access mode. This is the URI string: "file:/memory1?mode=memory" Thanks, Eric -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Simon Slavin Sent: Monday, September 10, 2012 12:41 PM To: General Discussion of SQLite Database Subject: EXTERNAL: Re: [sqlite] Error: no such access mode :memory On 10 Sep 2012, at 5:24pm, esum <[email protected]<mailto:[email protected]>> wrote: > I am > getting the sqlite error "1: no such access mode :memory" in the > following two situations that I would like to implement. Please tell us how you are specifying memory access mode. For instance, are you using the URI string ? If so, can you post the string ? Or are you passing ":memory:" along as a filename somewhere ? Simon. _______________________________________________ sqlite-users mailing list [email protected]<mailto:[email protected]> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

