Re: Error with weblogic driver and MS SQL7.0

2000-03-21 Thread blueads.com
); e.printStackTrace(); } } -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Oh Sent: Tuesday, March 21, 2000 2:54 PM To: [EMAIL PROTECTED] Subject: Error with

Error with weblogic driver and MS SQL7.0

2000-03-21 Thread Joe Oh
Hello, everyone. I'm implementing one servlet that connect to MS SQL server7.0 with your weblogic db driver. Here is my part of codes: try { trace("Trying the JDBC driver."); Class.forName(szDriver); String szURL = "jdbc:" + szDriverType + ":" + sz