I am using VFP 5 and and an Oracle ODBC driver to connect to an Oracle 8
database.
When I open remote views, I find several SQLCANCEL() calls in the ODBC
trace file. All of my remote views use connections with ASYNCHRONOUS
property set to false.
If SQLCANCEL() is supposed to be called only when using Asynchronous
connections, then
why is this happening when the connection is not asynchronous?
Anybody have any ideas???
Thanks in advance
George