README for the HP Neoview JDBC Type 4 Driver (Upd1 R2.3)
o schema: Specify a schema that exists in the Neoview database.
o user: Specify the name of a user who will be accessing the Neoview
database.
o password: Specify the password of a user who will be accessing the
Neoview database.
o url: Specify this string:
jdbc:hpt4jdbc://<machine_name>:<port_number>/:
<machine_name> is the IP address or name of the database platform, and
<port_number> is the location where Neoview Database Connectivity
Service (NDCS) is running.
Example of an hpt4jdbc.properties file:
catalog = NEO
schema = <your schema>
user = <user name>
password = <password>
url = jdbc:hpt4jdbc://<NDCS host>:<NDCS port>/:
1.3 Related Product Documentation
For more information about the JDBC Type 4 driver, see the HP Neoview JDBC
Type 4 Driver Programmer's Reference. This manual is available on the
Business Intelligence Solutions page of docs.hp.com:
http://docs.hp.com/en/busintellsol.html.