Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy an SQL remote view to a temporary DBF
Message
 
 
To
28/10/2003 12:41:03
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00843631
Message ID:
00844297
Views:
17
>VFP8
>I am working with a remote view of an SQL file. I copy it to a dbf and work with it, but I lose and long field names. How can I copy to a DBF and keep the long field names from the SQL file?
>
>open DBC
>Use SQL_Remote_view
>Copy to temp

You could:
SELECT * FROM SQL_Remote_view
INTO CURSOR curTemp READWRITE
- Andy Rice
San Diego, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform