Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Importing txt data
Message
De
07/02/2004 03:50:36
 
 
À
07/02/2004 02:21:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00875095
Message ID:
00875110
Vues:
22
Hi Rixon,

If i remember good, VFP IMPORT and APPEND FROM not support more 255 characters fields.

use:
h=FOPEN(textfile)
do while !FEOF(m.h)
  insert into targetTable (memofield) VALUES (FGETS(m.h,2048))
enddo
=FCLOSE(m.h)
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform