I can see JDBC in the workspace, and I can add a JDBC datasource, but I get an "Io" error when I attempt to connect...
I have a CLASSPATH set up for the place where the Oracle JDBC driver is located
I am using Oracle's thin client (which I successfully use in connecting using SQL Grinder)
I think I am off on syntax somewhere... here's what my jdbc.ini file looks like (where server name and ports have been changed for security reasons)
I have also tried DriverClass com.oracle.jdbc.Driver but that didn't work, either
<DataSources>
<DataSource ID="demodb">
<DSN>demodb</DSN>
<DriverClass>oracle.jdbc.driver.OracleDriver</DriverClass>
<URL>jdbc:oracle:thin://www.oracleserver.com:9999/demodb</URL>
<Properties>
<Property ID="server">
<Name>server</Name>
<Value> www.oracleserver.com </Value>
</Property>
<Property ID="port">
<Name>port</Name>
<Value>9999</Value>
</Property>
</Properties>
</DataSource>
</DataSources>________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
