I'm using JBuilder 3, to create an applet that connects to a SQL Server (v.
2000) Everything seems fine, but the moment I try to execute it within a
web-page, it complains that Either it cannot be initiated/instantiated OR
There something wrong with my JDBC-ODBC Driver version.
When I use the same connection code in an application (not applet)
everything works fine. Could someone please help
URGENT!!!
> I'm using JBuilder 3, to create an applet that connects to a SQL Server (v.
> 2000) Everything seems fine, but the moment I try to execute it within a
[quoted text clipped - 3 lines]
> everything works fine. Could someone please help
> URGENT!!!
You can't use the JDBC-ODBC driver in an applet, unless...
+ Your applet is signed, and
+ you are using an ODBC driver that exists on the client.
Otherwise, you will need to use a Type 4 (pure Java) JDBC driver talking to a db server
running on the same host as your web server, in general.

Signature
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
Stephen Holtzhausen - 27 May 2005 12:41 GMT
You've Been of MUCH help, thanx