Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 25 May 2005 21:13:35 -0500
> 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?
The most frequent cause of this error is to have persistent Tfields saved where
a saved field type does not match the field types the query is returning.
Try deleting the Tfields for the tadoDataset you are opening and recreating
them
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: Xie Bingpeng
- Re: D2005 ADO problem: multiple-step OLE DB operation generated errors
- References:
- D2005 ADO problem: multiple-step OLE DB operation generated errors
- From: Xie Bingpeng
- D2005 ADO problem: multiple-step OLE DB operation generated errors
- Prev by Date: Re: ADO Query problem
- Next by Date: Re: Don't want to delete from secondary table
- 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
|