I'm trying to put together a DTS package to export data from SQL Server (2k) into a CSV file that I can in turn import into MySQL.<BR><BR>The problem I'm running into is SQL Server exports NULL values ...
With upgrade to 1.6.0 , ISNULL / COALESCE syntax is having issue in Order by . .OrderBy(" ISNULL( Col1, Col2) ") "No property or field 'ISNULL' exists in type 'ClassName' (at index 0) at ...