....performed an illegal opearation.... referenced memory at XXX. Memory could not be "read". Friends, the above problem has bugged me a real lot, and I got NO WAY out. I'm using tomcat 3.2.2 with IIS on NT-4.0, and the above error shows up whenever a user uses the SAME BROWSER WINDOW to log-in again into my web-application (which uses jdbc-odbc bridge to connect to MS-SQL server). I've seen a few posts with the same problem, but none solved my problem. Pleeeease help........ Sumeet.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
1
posted
0
Didn't I just answer this one somewhere else? "jdbc-odbc bridge" is the key to your problem. It is known to be buggy, not suitable for production code. You will have to get a better DB connection package. Bill