Here are 2 related questions concering use of Databases within an application.
1. Can more than a single Database be concurrently open at the same time?
2. If so, is there a way to Close one (and only one) of them when no longer needed?
OK, I can Open multiple Databases concurrently. I thought this was true.
I've known about about USE'ing the multiple associated tables for a good while.
But in my VFP7 when I attempt to
CLOSE DATABASE DATABASE2
I get an error message:
Command contains unrecognised phrase/keyword
I also notice that the Intellisense prompt which comes up when I am entering the CLOSE DATABASE command contains only the option [ALL] This would typically indicate that no other Expression is allowed.
Any other suggestions on CLOSE'ing a single Database?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.