
Unable To Connect Tp MSSQL 2K Database
I am having a problem connecting to MSSQL Server 2k from IIS with a basic
class used as an applet. Everything works fine locally, but when I try and
execute class from an applet I get the following message
"Can't find Database Driver class java.lang.NoClassDefFoundError:
com.microsoft.jdbc.sqlserverdriver"
Now I do use the applet tag with the MS Jars, but this does not seem to
work. Also, I read somewhere about having to package the jars into a CAB?
Can
someone explain the process? Or Give me some hints on what could be wrong.
<APPLET CODE = "OutputApplet.class" codebase="." WIDTH = 600 HEIGHT = 400
ALIGN = middle
NAME = "TestApplet" ARCHIVE="mssqlserver.jar,msbase.jar,msutil.jar">
</APPLET>
Thanks
Darrell