How to know the database server?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In my application I'm accessing to several database servers through ODBC (oracle, sql-server, sybase, ...) and I need to access to some system tables, that's the reason what I need to know in which of those systems I'm connected. I can try to access to a specific table with a "try ... catch" but it's not a "pretty" solution. Any idea? Thanks.