Hi, Peter --
The failure in your connection attempt probably stems from the URL --
jdbc:virtuoso://otherhostname:8890/DATABASE=sparql/UID=user/PWD=pass
Most likely, you are working with the default port settings for this
database, which puts the HTTP listener at port 8890. You can see
this i
Hi Peter,
It seem the source forge mailing list has a limit on the size of
emails/attachments, thus I have uploaded the file to the following location
where you can download:
ftp://download.openlinksw.com/support/virtuoso/virt-jdbc-samples.tar.gz
Best Regards,
Hugh Williams
Professional Services
Hi Peter,
The attached file virt-jdbc-samples.tar.gz contains sample JDBC applications
shipped with the Virtuoso commercial version for various JDK versions, which
can be used to test basic JDBC connectivity to your Virtuoso database.
Sources are also included.
To use:
1. Extract to a location o
Dear gurus,
I am converting my app from Oracle to Virtuoso, and having troubles
with connection.
This code for Oracle was connecting to DB OK:
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn =
DriverManager.getConnection("jdbc:oracle:thin:@hostname:1521:ORCL",
"user", "pass");