![]() |
|
|
|
|
1
14th April 10:00
External User
Posts: 1
|
hi,
i am trying to connect an applet to sql server 2000 and it seems to work fine within Eclipse...however, when I try to run in within an html, I get the Error opening/loading com.microsoft.util.transliteration.properties...an y help will b great! thx prat -- Posted via http://dbforums.com |
|
|
|
|
2
14th April 10:00
External User
Posts: 1
|
Micrsoft's JDBC driver comes in 3 files: msbase.jar, mssqlserver.jar and
msutil.jar. Make sure all three are in the class path. KB. ------------------------------------------------------------------------ This email is certified to be Spam free by Spam Marshall You don't pay to get spam, why pay to clean it? Visit http://www.spammarshall.com to create an account for free <http://www.spammarshall.com> ------------------------------------------------------------------------ |
|
|
|
|
3
16th May 18:49
External User
Posts: 1
|
Hi,
Because of security the implementation used in applets it is not possible to connect (directly using jdbc, odbc, ....) to a database. In stead use a servlet (or other piece of server coding) to connect to the database then let the applet communicate with that piece of server code. Regards, Frank. KB. ------------------------------------------------------------------------------ This email is certified to be Spam free by Spam Marshall You don't pay to get spam, why pay to clean it? Visit http://www.spammarshall.com to create an account for free ------------------------------------------------------------------------------ pratcp wrote: hi, i am trying to connect an applet to sql server 2000 and it seems to work fine within Eclipse...however, when I try to run in within an html, I get the Error opening/loading com.microsoft.util.transliteration.properties...an y help will b great! thx prat -- Posted via http://dbforums.com |
|