I fought with the same problem recently. The error is coming from the
jdbc-odbc driver which has a native code component.
I work around the error by opening and closing db objects in the following
order:
Opening: Connection -> Statement -> ResultSet
Closing: Connection <- Statement <- ResultSet
Jin Yu
-----Original Message-----
From: G Ramesh [Support] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Saturday, January 08, 2000 9:24 PM
Subject: javaw.exe - Application Error
> Hi,
>
> I have written a servlet, which will query data from the MsAccess
> (MDB) database and produces the html output based on the query
> result, but whenver i invoke it, i recieve the following
> error message to the console.
>
> =================================================================
> OleMainThreadWndName: javaw.exe - Application Error
> The Instruction at "0x77f6ce0c" referenced memory at "0x00000010".
> The Memory could not be "written".
>
> Click on Ok to terminate the application.
> Click on CANCEL to debug the application.
> =================================================================
>
> My Machine configuration is
>
> Windows NT 4, jdk1.2.2, Database - Ms-Access
>
> But when i invoke a servlet, which is not using Data_Base it's
> working fine.
>
> could any one shed some light on this issue...
>
> Expecting your reply.
>
> ----------------------------------------------------------------
> Regards,
> G Ramesh
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html