Hi,
How to insert/update data in foxpro table field having datatype MEMO using Linked Server?
I have written sql insert queries in which i have used linked server to insert data into foxpro tables. Some fields have datatype Memo and in these fields my data is not getting inserted/updated.
My queries contains local tables & dbf tables (Both).
I try simple insert query which insert data into one memo field in foxpro editor
and sql editor.
It is getting inserted when execute directly on fox pro but not getting inserted/updated from sql server (using linked server)
So How to resolve this problem?
|