Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with multiple databases open
Message
From
25/10/2000 17:36:29
 
 
To
25/10/2000 11:59:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00432551
Message ID:
00434342
Views:
22
>Hi Dan.
>
>>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
>
>That's correct. Since the database is still open and current in datasession 1, it can't be closed in datasession 2. To really close a database, it must be closed in all datasessions. Either that, or perhaps MS will give us a CLOSE DATABASE DAMMIT command that'll do it for us <g>.
>
>Doug

Ok. Thanks again.
Previous
Reply
Map
View

Click here to load this message in the networking platform