Re: C0000005 Error with Oracle Backend

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Hitendra (Hitendra_at_discussions.microsoft.com)
Date: 09/15/04


Date: Tue, 14 Sep 2004 21:37:06 -0700

Rekha,

I got the solution for this but its a bit weird. In my Update SQL I was
using Variable Binding to update a field using ?VariableName since the field
could have been a CLOB or a VarChar field. I changed the update statement to
use variable binding only for Memo fields and apparently that did the trick.
I suspect that either Oracle or ODBC driver has some memory or stack overflow
problem after it does too many updates using Variable binding.
I do hope that this helps. Otherwise do let me know more details like on
which statement you face the problem and what steps have you taken so far.

Hitendra
"Rekha" wrote:

> Hitendra,
>
> I am facing similar problem. Did you get solution for your problem?
>
> Thanks,
> Rekha
>
>