• The error is correct I think both VFP Char and SQL Server Varchar maps to .NET bytes a value type and not string which is a reference type. If I find an existing solution I will post again.

    Change SQL Server column to Nvarchar instead of varchar that may fix it, post again if you still have problems.

    Kind regards,
    Gift Peddie