Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Persistence of open DBF's using in-process VFP COM serve
Message
 
 
To
24/01/2000 10:59:30
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00321574
Message ID:
00321943
Views:
28
>You have to explicitly close the tables.

Thanks, Craig. Tell me, what if you do the following:
- in one ASP page say: oMyVFPObject=Server.Createobject(etc.etc)
- in its INIT, oMyVFPObject opens MyData.DBF with something like: USE MyData ALIAS MyAlias
- that ASP page completes and the object is destroyed, but table is not explicitly closed by my VFP code
- then try and do those same steps all over again... will you get an error like "Alias name is already in use" or something like that... in other words, the table stays opened by the DLL across all instances of objects born out of that server?

Also, what if you put a QUIT command in an in-process MT VFP DLL?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform