Hi all;
I am new to mailing list. My database file on the net (in a http address)
and i wanna load that file from an applet. I tried the below code and it
gives "The filename, directory name or volume label syntax is incorrect"
error.

Class.forName("org.sqlite.JDBC");
Connection conn = DriverManager.getConnection("jdbc:sqlite:memory:");
String attachStmt = "ATTACH " +
"'http://localhost:8080/appletOrcun/SertifikaDeposu.svt'" + " AS src";
Statement stt = conn.createStatement();
stt.execute(attachStmt);


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

Reply via email to