Here's the trick - it's all in the jdbc.ini file
<DataSource ID="dbName">
<DSN>dbName</DSN>
<DriverClass>oracle.jdbc.OracleDriver</DriverClass>
<URL>jdbc:oracle:thin:@server.dns:9999:dbSID</URL>
<Properties />
</DataSource>Get the driver class right (I was off by one word), and REMOVE any Properties information, substituting <Properties />
Also, I got similar advice earlier on from Dominique Demore about the problems with Properties, but I forgot to apply it..
Thanks!
PS, be sure to use the same file for /Users/username/Library/Preferences/Witango(X.X)/jdbc.ini and for
/Applications/Witango/Server/configuration/jdbc.ini
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
