microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
122 stars 40 forks source link

How does DM handle dynamic columns, etc. for SQLExtendedFetch? #28

Open mikepizzo opened 8 years ago

mikepizzo commented 8 years ago

DM maps SQLFetchScroll to SQLExtendedFetch. Does it need to do anything different for dynamic columns, etc.?

matthew-wozniczka commented 7 years ago

I think we decided to make it an error in ODBC 4.0 mode.

mikepizzo commented 6 years ago

Are there any cases today where the DM returns an error if an application declares a particular ODBC version, then calls a deprecated function from a previous version?