Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > MSSQL JDBC with J2SE 1.4.1 ??
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 14th April 10:00
pratcp
External User
 
Posts: 1
Default MSSQL JDBC with J2SE 1.4.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
  Reply With Quote


 


2 14th April 10:00
kathy benson
External User
 
Posts: 1
Default MSSQL JDBC with J2SE 1.4.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>

------------------------------------------------------------------------
  Reply With Quote


 


3 16th May 18:49
frank brouwer
External User
 
Posts: 1
Default MSSQL JDBC with J2SE 1.4.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
  Reply With Quote
Reply


Thread Tools
Display Modes




666