Search found 1 match

by piotrg
04.09.2008, 12:55
Forum: ADO
Topic: problem with ADO property (for MSSQL)
Replies: 0
Views: 2328

problem with ADO property (for MSSQL)

I have a problem with ADO/MSSQL, zeos 6.6.3, delphi 7 [font=Courier New]ZConn.StartTransaction; ZConn.ExecuteDirect( 'insert..' ); // insert new record Query.Open; // to findout ID of newly inserted record, Query.Connection=ZConn id:= QueryID.asInteger; Query.Close; ZConn.ExecuteDirect( 'update..' )...