Board index » delphi » Access violation in DLL DAO350.dll

Access violation in DLL DAO350.dll

Hello,

At the present time, I'm working on an application using C++
BUILDER 5.0 and ACCESS 97 (native driver). I have got the
following error: "Access violation in DLL DAO350.dll" (I
translate: the initial message is in french). Does this error
come from my application or come from DAO350.dll version? How
can I solve this problem?  

Any help is welcome,
Thanks,
Marie-Pierre EDIBE.

 

Re:Access violation in DLL DAO350.dll


On 11 May 2001 09:03:40 -0700, "EDIBE Marie-Pierre"

Quote
<MPED...@dataproxima.com> wrote:
>At the present time, I'm working on an application using C++
>BUILDER 5.0 and ACCESS 97 (native driver). I have got the
>following error: "Access violation in DLL DAO350.dll" (I
>translate: the initial message is in french). Does this error
>come from my application or come from DAO350.dll version? How
>can I solve this problem?  

The error message is being originated by the MS DAO library interface
files.  This error could be caused by a library bug,  or by an improper
value being passed to a library call.

Debugging errors like this are difficult.  I would recommend that you start
with a stack trace to see what line in your code was the last thing called
before the error occurred.  You may even want to dig a little deeper into
the debug VCL code to determine if this is a VCL issue,  or not...

Jerry Bloomfield (TeamB)
--
http://www.teamb.com                                      JersW...@wwa.com
Please do *NOT* send private e-mail without prior permission (my anti-spam
filters will probably just delete it anyway <g>)

Other Threads