Menu

#92 sql.h missing SQL_ATTR_ODBC_VERSION, etc

closed-fixed
2001-11-24
2001-11-23
Anonymous
No

ODBC 3.x apps must set the attribute
SQL_ATTR_ODBC_VERSION on the environment handle before
creating a connection handle, but this isn't defined
in sql.h in Mingw-1.1. The possible values of this
attribute, SQL_OV_ODBC3 and SQL_OV_ODBC2 are also
missing.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I've just found them in sqlext.h - please close this bug,
    sorry.

     
  • Danny Smith

    Danny Smith - 2001-11-24
    • assigned_to: nobody --> dannysmith
     
  • Danny Smith

    Danny Smith - 2001-11-24
    • status: open --> closed-fixed