Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open ASA Cursor Adaptor sessions
Message
From
03/05/2005 11:28:12
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01010427
Message ID:
01010477
Views:
28
Hello,

i know nothing about this ASA DB but the CursorAdapter itself (without additional code by you) will not make connections by itself .. you'll have to explicitly set CursorAdapter.DataSource to either a valid connection handle returned from SQLCONNECT/SQLSTRINGCONNECT or with a ADODB.Connection object

i would check your CA class code, and if it calls SQL(STRING)CONNECT or instantiates ADO Connection objects, verify if a corresponding SQLDISCONNECT() is called or that the ADO Connection object is explicitly destroyed



Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform