Tag Archives: driver

ODBC – Starting out

I’m currently working on an ODBC driver. This, in turn, means that I need to know how ODBC is used/called so that I can test said driver. One of the first things I’ve come across in the documentation talks about two calls to SQLAllocHandle before you can connect – the first to allocate the SQL_HANDLE_ENV [...]