Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asynchronous setting of the connection handle
Message
From
29/03/2003 05:22:05
 
 
To
29/03/2003 02:39:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00771674
Message ID:
00771684
Views:
13
This message has been marked as the solution to the initial question of the thread.
Hi Valentin,

ODBC have 3 levels context:

- Enviroment ( normal 1 for process )
- Connection ( normal 1 for transaction context )
- Statement ( normal 1 for command )

On VFP8 ODBC handles are Statement handle, not connection handle.

Asynchronous on VFP8 have this problem:

- if BatchMode=.T. : Bug. Look Thread ID: #766577

- if Shared=.T. : not supported

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform