Thread: libodbc++ getCatalogs() problem

libodbc++ getCatalogs() problem

From
"MB"
Date:
Hello!
 
I use libodbc++ under win32 with MinGW, and would like to get a list of a server's databases, but getCatalogs() doesn't work (it returns an empty resultset).
I don't want to SELECT from pg_database, because it is not portable to other DBMSs.
 
Thanks in advance!
MB