Re: MSSQL JDBC with J2SE 1.4.1 ??
From: Frank Brouwer (frank.brouwer_nospam_at_trimergo.nl)
Date: 10/27/03
- Next message: Hrvoje Somun: "AS400 and jbuilder"
- Previous message: Spengler Xavier: "XAPool 1.3.2 releases"
- In reply to: Kathy Benson: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Oct 2003 16:22:26 +0100
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.
"Kathy Benson" <fornewsgroups@yahoo.com> wrote in message news:3F8FC6FF.5040804@yahoo.com...
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
------------------------------------------------------------------------------
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...any help will b great!
thx
prat
-- Posted via http://dbforums.com
- Next message: Hrvoje Somun: "AS400 and jbuilder"
- Previous message: Spengler Xavier: "XAPool 1.3.2 releases"
- In reply to: Kathy Benson: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|