Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help to copy free table struct and then insert records
Message
From
06/04/2000 12:05:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00356247
Message ID:
00356339
Views:
13
>I set the PATH to a certain director, but the INTO TABLE test1 was created in my WINDOWS\DESKTOP directory. I can not specifically state the directory, because it is different on all my clients servers. Want to set the PATH with a SYS(16). How can i specify were i want the INTO TABLE to go?
>
>thanks
>
>brenda


Brenda,
Just add your path as a prefix :
lcMyTestPath = "c:\myTest Files Directory\"
select * from ... into table (lcMyTestPath+tcTablename)
Even UNC names would work.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform