alinaliBQ commented on issue #46996: URL: https://github.com/apache/arrow/issues/46996#issuecomment-3037343310
According to ODBC Spec: https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlbindcol-function?view=sql-server-ver17 > <html> > <body> > <!--StartFragment--> > HY090 | Invalid string or buffer length | (DM) The value specified for the argument BufferLength was less than 0.(DM) The driver was an ODBC 2.x driver, the ColumnNumber argument was set to 0, and the value specified for the argument BufferLength was not equal to 4. > > > <!--EndFragment--> > </body> > </html> `DM` indicates the driver manager will return the HY090 error code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
