Board index » delphi » "Multiple steps operation" error
z...@tecnisainfor.com.br (Rodrigo Martins Zed)
![]() Delphi Developer |
Sat, 15 May 2004 02:01:32 GMT
"Multiple steps operation" error
I found a lot of postings about the same error message, but not one
that helped me... First of all the scenario: Windows 2000 Professional I have a COM+ application and in same point of application the server SELECT FIELD1, FIELD2, FIELD3, FIELD4, FIELD5, I use these constant fields 'cause I need to edit that query and send The query is in cached updates mode, and I don't perform an But when I execute: qryTeste.Edit; Debbuging the adodb.pas, into UpdateData function, called by Post Why??? What am I doing wrong? Thanks in advance... Zed. |