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 writes:
 > Actually, it is jdbcDriver that I use in the call to Class.forName() not
 > jdbcUrl. Sorry for the misprint.

Reply via email to