![]() |
iASP ADO Interface |
|
|||||||||||||||||||||
Instant ASP provides an ADO interface that allows you to access a database through the JDBC driver. To set the connection string, use the following general syntax: "Driver=drivername;URL={http://www.myURL.com};UID=username;PWD=password;"
Visual Basic Example:Dim con NOTE: You must set your CLASSPATH to include the path of the driver file containing the java classes that implement the driver. For example, if the connection string is: "Driver=oracle.jdbc.driver.OracleDriver;URL={jdbc:oracle:thin:@192.9.200.111:ORCL};UID=SCOTT;PWD=TIGER;", then you must set your CLASSPATH to include the path of the zip file
containting the class files of "oracle.jdbc.driver.OracleDriver." Additionally, if you are using "JDBC-ODBC bridge" as your driver type, you don't have to set the driver files in your CLASSPATH, but you must register database then connect the database by using the following general syntax: "DSN=Datasource name;UID=UserID;PWD=Password;"
If you encounter any problems or errors, please contact support@halcyonsoft.com |
|||||||||||||||||||||
|
|||||||||||||||||||||
Copyright © 1998-2002, Halcyon Software Inc. All rights reserved. |