Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from ... target table has a memo field
Message
From
14/02/2006 09:10:54
 
 
To
14/02/2006 08:59:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096125
Message ID:
01096129
Views:
23
>Hi all, i just need to make an append from xfile, but my target table has a memo field in the position email, so if i use append from xfile only, this field doesn't be filled.
>Somebody knows how to fix this? i need to use the memo field because the column mail can be longer than 254 chars.
>
>thank you all.

try
INSERT INTO (ALIAS()) SELECT ... FROM xfile
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform