Hi.
I have connected to Foxpro table using ADODB Rrecordset but I have a problem with Memo fields. When I just put the info in a textfield (ex: list.text = rs("memo_field").value) it's alright but when I try to put it in a string for a sql server insert, there is no information in the field !!!
This cause me a real big problem since I need to transfer all the infos from my Foxpro table to my Sql Server table !! Any suggestion ?
Thanks !!
I have connected to Foxpro table using ADODB Rrecordset but I have a problem with Memo fields. When I just put the info in a textfield (ex: list.text = rs("memo_field").value) it's alright but when I try to put it in a string for a sql server insert, there is no information in the field !!!
This cause me a real big problem since I need to transfer all the infos from my Foxpro table to my Sql Server table !! Any suggestion ?
Thanks !!