in
http://msdn2.microsoft.com/en-us/library/dtytxez4.aspx
Microsoft describes the new property <DisconnectRollback>
in VFP 9.
When for example the system crashes open transactions
are rolled back. The default setting does not do that
and also the previous VFP Versions dont support that.
Unfortunately I have to develope some projects
with older versions of VFP than version 9.
So my question is:
Is it possible to achive the same effect by using
for example ODBC-API functions like
o SQLSetConnectOption oder
o SQLSetConnectAttr
o ...
If it is possible how is it done exactly ?
I tried to debug this by using an open source
odbc-driver but none of the exported functions was
called when executign the command:
SQLSETPROP(oApp.hCon, 'DisconnectRollback', .T.)
Many thanks in advance
Lutz