From: Dimitry S. <sd...@ib...> - 2016-11-16 20:08:11
|
16.11.2016 20:32, d4t...@gm... 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. -- WBR, SD. |