Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Closes Tables
Message
From
24/08/2004 13:16:00
John Fitzgerald
Kenneths Hair Salons & Day Spas,Inc.
Columbus, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
CursorAdapter Closes Tables
Miscellaneous
Thread ID:
00936027
Message ID:
00936027
Views:
58
I'm working with CursorAdapter to covert a recordset. After I covert it, all the other tables that I have opened before are closed. Anyone know a work around for this.


rs is the recordset that I'm converting.

oCA = Createobject("cursoradapter")
cAlias = "TREATMENT"
oCA.DataSourceType="ADO"
oCA.Alias=cAlias
oCA.CursorFill(.F.,.F.,0,rs)
oCA.CursorDetach()
Release oCA
Release rs
Next
Reply
Map
View

Click here to load this message in the networking platform