Hi,
I am trying to copy tables from Filemaker to SQL Server. I am connected to Filemaker with ODBCDriver through ADO.NET Source component.
My destination is OLE DB Destination component connected to SQL Server. SQL Server receives data from Filemaker in 3 data types: datetime for dates, float for integers and the rest is in ntext format.
On a preview of the ADO.NET Source I can see that the data that arrives from Filemaker is full and correct but on the output columns in the SQL Destination Table in all the columns with ntext data type the first character is missing.
I tried to convert the data type and I tried to write the data to a flat file. It didn't help and the data still arrives without the first character.
Any ideas?