pyodbc icon indicating copy to clipboard operation
pyodbc copied to clipboard

ODBC SQL type -98 is not yet supported

Open zxyliho opened this issue 8 months ago • 0 comments

Attempt to get content of BINARY column in table of DB2 11.5 database causes exception:

for row in cur: pyodbc.ProgrammingError: ('ODBC SQL type -98 is not yet supported. column-index=4 type=-98', 'HY106')

The environment:

  • OS NAME="openSUSE Leap" VERSION="15.6"
  • Python 3.6.15
  • pyodbc 4.0.39
  • unixODBC 2.3.12
  • DB2 CLI ODBC client 11.5.9.0

zxyliho avatar Mar 20 '25 10:03 zxyliho