);
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
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