Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting memo field from VFP to text in SQL Server
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01038731
Message ID:
01039206
Views:
24
>>
>>Use SPT parameters to pass memo fields into SQLEXEC().
lcSql = "INSERT INTO myTable (TextColumn) VALUES (?MemoField)"
>
>This works, I get no error messages. Thank you very much. I guess I will have to read some SQL Server documentation to understand what is the difference between (?MemoField) and what I used before, "'" + MemoField + "'".

You can use SQL Server Profiler to see how they are passed.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform