Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting into a memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00726588
Message ID:
00726592
Views:
13
You can do it in two ways :
You can have memory variables that match the name of your fields and say
INSERT INTO MyTableName FROM MEMVAR

or you can say

INSERT INTO dbf_name [(fname1 [, fname2, ...])]
VALUES (eExpression1 [, eExpression2, ...])

I prefer the second one, good luck

Hi All,
>What is the trick to having some text go into a memo field when you do an Insert-SQL command? It seems like I have done this before.
>TIA,
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform