
About SQL and CDaoQueryDef
Hello,
I have a problem working with SQL and CDaoQueryDef.
The problem is the next.
I am working with Access database and the querys are saved in database.
I need to execute 3 querys in the same transaction and the last query update
a field of a record with a value added in the second query.
I can't recover this value because a can't launch a requery operation with a
recordset when the transaction is open.
How I can do this?
Anybody can help me?
Thank's for all.