Thanks for tip. It got me past that line but now it stops at the next line:

myConnection = java.sql.DriverManager.getConnection(jdbcUrl);

and gives me an error... Exception in: R( /warfile + /dbtest.do + null) - java.lang.NullPointerException.

Any more helpful hints?

Thanks,

Scott Fitzgerald

 

sorry, i didn't read the full details of your problem

earlier. however, for the below, just for kicks, try calling

newInstance() as in:

Class.forName(...).newInstance()

I've noticed some drivers require an actual instance somewhere to be

created just once.

jae

Scott Fitzgerald, B.A., A.I.T.
Application Developer
ColabNet

Collaborative Network Technologies, Inc. 55 Bond Street, Suite 202, St. John's NF A1C 5V3 Tel: (709) 754-7482 Fax: 754-7406  Website: http://www.colabnet.com

 

Reply via email to