3.2.2.JDBC

The Virtuoso driver for JDBC is a type 4 native driver which is available for all Java platforms. This means that you have a single jar file, for which to include into your classpath, and then the driver is ready for use by your applications. The connection URL typically consists of:

jdbc:virtuoso://hostname:port/UID=uid/PWD=pwd

More information about the JDBC driver can be found in the Virtuoso Driver for JDBC section. The JDBC driver also supports SSL encrypted connections. This JDBC driver is an excellent companion to any web enabled applications especially when combined with Virtuoso's other features such as WSDL and SOAP.