Re: [Firebird-odbc-devel] Question about ODBC SQLGetConnectAttr() call.

2016-11-16 Thread Dimitry Sibiryakov
16.11.2016 20:32, d4t4f...@gmail.com wrote: > I'm calling SQLGetConnectAttr() with the SQL_ATTR_CURRENT_CATALOG attribute, > but it does > not seem to return anything meaningful. Do you check its return value? It must be SQL_NO_DATA if you didn't call SQLSetConnectAttr() beforehand. --

[Firebird-odbc-devel] Question about ODBC SQLGetConnectAttr() call.

2016-11-16 Thread d4t4full
Hi there. Intro: I'm enhancing Gambas3 (a VisualBasic lookalike for Linux, "but not a clone!") ODBC component. It was kinda non-functional and still lacks functionality, but I got it to the point of being able to connect and retrieve data from MSSQL servers via unixODBC and FreeTDS. I also ins