Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Insert VFP Memo Field to SQL (using Pass-Through)
Message
From
09/08/2006 16:34:48
 
 
To
09/08/2006 15:25:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01144274
Message ID:
01144307
Views:
16
This message has been marked as the solution to the initial question of the thread.
>I need to insert the content of a memo field into a SQL table using SQL-Pass-Through method. By RemoteView it works but I don't know how by SQL-Pass-Through.

try
SQLEXEC(hStmnt,"INSERT INTO table .... values (.., ?datasessionAlias.MemoFieldName...)")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform