SQLDescribeCol return value [ODBC206]
firebird-automations opened this issue · 3 comments
firebird-automations commented
Submitted by: Greg Wittmeyer (gammad)
SQLDescribeCol() will always return SQL_SUCCESS, even if it receives a bad column index (second parameter). It crashes completely on a column index 128. This is a big problem if the client doesn't know the number of columns, and is looping through and only stops when an error code is returned.
firebird-automations commented
Commented by: @alexpotapchenko
fixed in Git
firebird-automations commented
Modified by: @alexpotapchenko
status: Open [ 1 ] => Resolved [ 5 ]
resolution: Fixed [ 1 ]
Fix Version: 2.0.6 [ 10851 ]
firebird-automations commented
Modified by: @alexpotapchenko
status: Resolved [ 5 ] => Closed [ 6 ]