Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: "Xie Bingpeng" <xbp@xxxxxxxxxxxxxx>
- Date: Thu, 26 May 2005 09:48:55 +0800
Thanks for reply.
In run-time I mean outside the IDE. that is , I run application at windows.
the same source code compiled with Delphi 7 runs ok, but when compiled with
Delphi 2005, the application can not run. I think Delphi 2005 change
something
to ADO code (or dbclient.pas, I using TClientDataSet and TADOQuery). but I
do not
know how to avoid it.
"Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx> wrote in message
news:429454e9$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> this happened to me not long ago, although it was in . AFAIK, this happens
> when updating records from tables with auto-ID. See
> http://support.microsoft.com/support/kb/articles/Q253/1/57.ASP for more
> info. It's a very vague error.
>
> By in run-time do you mean in or outside the IDE? Because if it works
> outside the IDE, the solution for it is simple, supposing you can't or
don't
> want to do what the article proposes. Add the exception (i suppose it is
> EOleException) to the "Exceptions to ignore" list (debugger options)
>
> Good luck
> --
> Best regards :)
>
> Guillem Vicens
> Dep. informática Green Service SA
> www.clubgreenoasis.com
> --
> In order to send me a mail, remove the -nospam
>
>
> "Xie Bingpeng" <xbp@xxxxxxxxxxxxxx> escribi?en el mensaje
> news:4294305b@xxxxxxxxxxxxxxxxxxxxxxxxx
> > hi all:
> > I migrate my ADO application from Delphi 7 to Delphi 2005. everything
> > compiled OK,
> > but in run time, when I open a table, error occurs: multiple-step OLE DB
> > operation generated errors.Check each OLE DB status value, if available.
> > No
> > work was done.
> > What thanges of ADO between Delphi 2005 and Delphi 7? my application
run
> > fine when compiled with delphi 7!
> >
> > how to resolve this problem?
> > thanks.
> >
> >
>
>
.
- References:
- D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: Xie Bingpeng
- Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: Guillem
- D2005 ADO problem: multiple-step OLE DB operation generated errors
- Prev by Date: Re: Finding a record in a TADOTable
- Next by Date: Re: ADO Query problem
- Previous by thread: Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- Next by thread: Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- Index(es):
Relevant Pages
|