Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import from Access97 (long field names)
Message
From
06/11/2001 11:19:50
 
 
To
06/11/2001 10:53:28
Irv Adams
MSC Managed Care, Inc.
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00578011
Message ID:
00578022
Views:
31
>I have table(s) in Access '97 and am trying to export/import them to VFP 6.0 but seem to be losing my long field names. Is there a way to preserve them?
>
>TIA

How are you exporting/importing?

You could create the table structure first and then just transfer the data. SPT or ADO could work for this, although with ADO you would have to replace invalid characters (like spaces) with something else. SPT does it for you. Heck, with SPT you can COPY TO myTable DATABASE myDB if you don't have any weird fields in your MDB.

The other restriction is that you need to put the tables in a DBC, since free tables have a 10 character max on field names.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform