
- #Dbvisualizer jdbc driver how to
- #Dbvisualizer jdbc driver install
- #Dbvisualizer jdbc driver driver
- #Dbvisualizer jdbc driver archive
Props.put(LiquidDataJDBCDriver.APPLICATION_NAME_PROPERTY, "RTLApp") Props.put(LiquidDataJDBCDriver.PASSWORD_PROPERTY,"weblogic") Props.put(LiquidDataJDBCDriver.USERNAME_PROPERTY1,"weblogic")
#Dbvisualizer jdbc driver how to
The following is an example of how to specify the parameters as part of a Properties object: props = new Properties() You can also specify configuration parameters as a Properties object or as a part of the JDBC URL. debugStdOut=true debugFile=ldjdbc.log debugLog=true
#Dbvisualizer jdbc driver driver
To use the driver on a client computer, perform the following steps:įor example, or you want to enable logging for debugging use, you can append the following to the driver URL
#Dbvisualizer jdbc driver archive
In a DSP installation, the archive is in the following directory: /liquiddata/lib/ The Data Services Platform JDBC driver is located in an archive file named ldjdbc.jar. Installing the Data Services Platform JDBC Driver with JDK 1.4x Where Test is the catalog and TestDataServices~MyFolder is the schema. Path from the DSP project folder up to the folder name of the data source separated by a ~ (tilde)įunction without parameters return type schema's elementsįunction with parameters return type schema's elementsįor example, if you have an application Test with a project TestDataServices, and CUSTOMERS.ds with a function getCustomers() under a folder MyFolder, the table getCustomers can be describes as: Test.TestDataServices~MyFolder.getCustomer The following table shows the equivalent terminology between the two. This means that Data Services Platform terminology and the terminology used when accessing data through the Data Services Platform JDBC driver, which provides access to a database, is different.
#Dbvisualizer jdbc driver install
This chapter explains how to install and use the Data Services Platform JDBC driver. You can use the JDBC driver to execute SQL92 SELECT queries, or stored procedures over DSP applications. The driver implements the java.sql.* interface in JDK 1.4x to provide access to an DSP server through the JDBC interface. The BEA AquaLogic Data Services Platform (DSP) JDBC driver gives client applications a means to obtain JDBC access to the information made available by data services. Using the Data Services Platform JDBC Driver
