Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import text files
Message
De
22/12/2005 15:02:19
 
 
À
22/12/2005 14:45:22
Dan Mccoy
Database Applications Development
Lancaster, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01080303
Message ID:
01080312
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform