I’m trying to use SSIS to convert Foxpro to SQL Server. I have an ADO connection setup and a Data Reader reading the VFP data and a Data Conversion object to set all the data to the correct data types. The problem I’m having is with Memo fields they all are set to Null in SQL Server. When I use a Data Viewer to view the data it only says “<Long Text>”. Does anyone know how to bring over memo fields?
Thanks!
Matt
P.S - I'm using text stream [DT_Text] for the memo field.
Thanks!
Matt
P.S - I'm using text stream [DT_Text] for the memo field.