Hello,
I am attempting to port my application from Windows to use Linux and the SQL Server ODBC Driver for Linux. I have code that performs cursor row insertions using SQLBulkOperations with the SQL_ADD argument (as documented here
Inserting Rows with SQLBulkOperations)
I am seeing the following error message returned from the driver:
[unixODBC][Driver Manager]Driver does not support this function
Is this a known limitation of the SQL Server ODBC Driver 1.0? I don't see anything in the documentation for the driver that suggests this limitation.
Thank you for any help anyone can provide.
Dave
David Ritter