Hi,
We have an ODBC/Visual-C++-6 -bases application (currently working with both MS-Access and Postgres)
and want it to also cooperate with MS-SQL-server and MSDE. Since we don't want the
user to wade through the ugly ODBC-setup, we have our own dialogs (e.g. the usual
file dialog for MS-Access) and build the ODBC-connection string from the information provided
by them. Now, the MS-SQL-Driver dialog has the nice feature to browse the network for
available SQL-server instances and I like to have it, too. Is there some
function for retrieving a list of available SQL-servers anywhere?
Georg
We have an ODBC/Visual-C++-6 -bases application (currently working with both MS-Access and Postgres)
and want it to also cooperate with MS-SQL-server and MSDE. Since we don't want the
user to wade through the ugly ODBC-setup, we have our own dialogs (e.g. the usual
file dialog for MS-Access) and build the ODBC-connection string from the information provided
by them. Now, the MS-SQL-Driver dialog has the nice feature to browse the network for
available SQL-server instances and I like to have it, too. Is there some
function for retrieving a list of available SQL-servers anywhere?
Georg
Comment