Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing txt data
Message
From
07/02/2004 03:50:36
 
 
To
07/02/2004 02:21:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00875095
Message ID:
00875110
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform