First, I would suggest that you post using plain text messages, more
people will be able to read your message, which is what you want, right?

        Second, I believe that you have fallen victim to the JDBC-ODBC
Bridge threading problem.  From your message I believe that you are using
Windows (application error) with ODBC (dsn).  This combination does not
allow concurrent access to the data source.  This is a bug in the bridge and
you can find out more about it in Sun's Bug Parade, but the short version is
the Bridge is experimental and un-supported.

        You can either try and make your Database requests one at a time
(which has performance implications) or you can find other drivers - there
are free type 4 JDBC drivers for mysql.  I assume mssql is Microsoft's SQL
Server.  For that you could look at freetds.org (haven't used) or
inetsoftware.de (use extensively, but they do cost).

        Randy

-----Original Message-----
From: Pon Prabakaran [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 8:44 PM
To: [EMAIL PROTECTED]
Subject: application error


Hi
Iam getting application error java.exe error while i fetch data from mssql
server/mysql server thru dsn.when i enter ok/cancel the tomcat server
shutdown. again i have to restart it. pls help me how to  get rid of this.
 
thanx
Prabakar

Reply via email to