Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is the Table Open?
Message
From
13/04/2000 10:09:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Is the Table Open?
Miscellaneous
Thread ID:
00359251
Message ID:
00359251
Views:
51
I have two different databases (named source and target)

How do I detirmine if the seq_no table is open in source already?

I usually use:
if select("seq_no") > 0 then
    select seq_no
else
    select 0
    use seq_no
endif
Now I need a solution that will look at which database the table is open in.

TIA!

ps, I am sure that Erik will be talking about this in a hour or two, but just in case someone wants to beat him to it }:-)
--Todd Sherman
-Wake Up! Smell the Coffee!
Next
Reply
Map
View

Click here to load this message in the networking platform