Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with multiple databases open
Message
From
24/10/2000 15:08:16
 
 
To
24/10/2000 12:19:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00432551
Message ID:
00433730
Views:
18
>Hi Dan.
>
>>But shouldn't it respect the current data session?
>
>Unlike tables, a database is open in every data session, not just the current one.
>
>Doug

Thank you for your response. That fixed our problem. I also found that DbUsed also excepts a full path.

One other thing. The following code does not appear to function as I believe it should.

Open DataBase \Data\Xerox\Accounting

oDataSession = CreateObject( "Session" )
Set DataSession To 2
Open DataBase \Data\IBM\Accounting

Set Database to \Data\Xerox\Accounting
Close Databases

This does not close the database. It basically behaves as if I issued a
Set Database To

Dan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform