Hi there
Is there anyway to get information out of an Odbc data source when you know the DSN name? example, get a user id, etc
I need to open a connection to some dataSource and execute some command. The only thing I know is the data source name (DEfined in the ODBC Data Source Administrator) and the command text.
Now, if I need some more info about that data source, is there anyway to get that info programmatically? Maybe a class that represents an ODBC data source?
tks