Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import text files
Message
From
22/12/2005 15:02:19
 
 
To
22/12/2005 14:45:22
Dan Mccoy
Database Applications Development
Lancaster, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080303
Message ID:
01080312
Views:
11
>I've got to import text files where each line is longer than 254 characters. Does anyone know of a work around for VFP's 254 char limit? Thanks...

Use more than one field.
Create cursor dummy (Char1 c(254), char2 c(254), char3 c(254), alltext m)
Append from yourfile.txt sdf
replace all alltext with char1+char2+char3
copy field alltext to yourtable
Previous
Reply
Map
View

Click here to load this message in the networking platform