This error occurs primarily when you construct INSERT statements, and when the column names of "C", "CA" or "CAS" are included in the field list. The error message does not occur if the SQL statement does not contain a field list.
An ODBC trace or a SQL Profiler trace shows that the driver's internal SELECT statement has been incorrectly formed as:
Select CA from CATestgroup by
Because the SELECT statement is incorrectly formed, the error message occurs when the statement is sent to the server for processing.
This fix is available for the Microsoft SQL Server 7.0 SP2 ODBC driver, and the Microsoft SQL Server 2000 ODBC driver.
NOTE: Please use the files in SQL70_ColName_Fix.exe for SQL Server 7.0 and use the files in SQL2000_ColName_Fix.exe for SQL Server 2000.