RE: No suitable driver exception

2001-03-16 Thread KirkYarina
> at com.evermind.sql.ak.eo(JAX) > at com.evermind.sql.ak.ep(JAX) > at com.evermind.sql.ap.createStatement(JAX) > at Test.main(Test.java:33) > > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, March 15, 2001 11:14 PM >To: Orion-Interest >Subject: Re: No suitable driver exception > > >Try: > > DataSource ds = (DataSource)ctx.lookup("jdbc/OracleDS"); instead of > DataSource ds = (DataSource)ctx.lookup("jdbc/OracleCoreDS"); > >regards >/Theis.

RE: No suitable driver exception

2001-03-16 Thread Gregory Kaestle
n-Interest Subject: Re: No suitable driver exception Try: DataSource ds = (DataSource)ctx.lookup("jdbc/OracleDS"); instead of DataSource ds = (DataSource)ctx.lookup("jdbc/OracleCoreDS"); regards /Theis.

Re: No suitable driver exception

2001-03-15 Thread theis . meggerle
Try: DataSource ds = (DataSource)ctx.lookup("jdbc/OracleDS"); instead of DataSource ds = (DataSource)ctx.lookup("jdbc/OracleCoreDS"); regards /Theis.

RE: No suitable driver exception

2001-03-15 Thread Michael J. Cannon
try classes111.zip...your 8i may not be patched to a level that accepts classes12 Sometimes works when nothing else does > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gregory > Kaestle > Sent: Thursday, March 15, 2001 8:17 PM > To: Orion-Interest