On Mon, Oct 10, 2011 at 12:57 PM, <orcun.ertug...@uekae.tubitak.gov.tr>wrote:

> Connection conn = DriverManager.getConnection("jdbc:sqlite:memory:");
>

try:

jdbc:sqlite::memory:

note the extra colon. i don't know if that will work, but it is at least
semantically correct (whereas the version you post is providing the name
"memory:", which is not correct).

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

Reply via email to