Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing database and not free table
Message
From
14/06/2005 14:28:15
 
 
To
14/06/2005 13:56:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01023218
Message ID:
01023227
Views:
16
>Hi,
>I would like to do the following:
>
>USE freetable in 0
>
>use tableInDbc in 0
>use in tableInDbc
>close database
>select freetable
>
>Error the table (freetable) is not open
>
>At least that is what I think is happening.
>
>I open a free table then open a table in a DBC then I want to close the dbc without closing the free table.
>
>John


Hi John,

You have to select the database first then close it
USE freetable in 0

use tableInDbc in 0
Set database to YourDBC
close database
select freetable
Look at "CLOSE DATABASES Commands" in VFP help for more info
HTH
Herman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform