Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables not closing
Message
From
05/05/2000 11:24:44
 
 
To
04/05/2000 12:01:39
Sammy Derban
Ghana Telecom
Accra, Ghana
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00366145
Message ID:
00366591
Views:
16
You didn't provide much information so I'm guessing! I think you are attempting to open a table in exclusive mode? Or maybe someone has the database opened in exclusive mode?

How about just opening the table in question:

IF USED('mytable')
SELECT mytable
ELSE
USE MYTABLE IN 0
ENDIF

john
John Fabiani
Woodland, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform