Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables in EXE
Message
From
16/11/2000 00:24:18
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00442359
Message ID:
00442491
Views:
12
Hi Don,
I don't know how to use the copy unless you call it a different name. Otherwise you can USE K:\asdf\IncludedTableName and you will get the included file, even if there's no K and no folder asdf. You can tell 'cause it's ReadOnly. Just remember, when you include a file, VFP will use it, even if you think you are specifying another. That's my experience... so use a different name like
USE IncludedTableName && No path needed.
COPY TO C:\Temp\AnotherName
USE C:\Temp\AnotherName && works

>Question of VFP behavior . . .
>
>Given an executable in which is compiled one or more tables.
>
>One of these tables is "copied out" to the local drive.
>
>Which copy of the target table gets opened with a use < tablename >?
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform