Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing recordsets on memory
Message
From
18/04/2002 18:53:34
 
 
To
16/04/2002 23:25:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00645787
Message ID:
00646681
Views:
12
>Hi Guys!
>
>Anyone knows how to remove a recordset and connection created via ADO from the memory?
>
>any help will be greatly appreciated
>
>Thanks in advance :)

IN VB and ASP it is somenting like this:

conn_object_reference=Nothing
recordset_object_reference=Nothing

IN VFP it should be:

conn_object_reference=.NULL.
recordset_object_reference=.NULL.

Vladimir
Vladimir Martinovski
VCS Software Inc.
"May the FOX be with You"
Previous
Reply
Map
View

Click here to load this message in the networking platform