Retrieving ODBC Settings Programmatically.
- From: "Billr17" <Billr17@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 12 Sep 2005 16:27:02 -0700
I'm having some issues grabbing ODBC Settings. First off I need to present a
user with the options to select thier DSN, Server, UID, PWD, and Database
settings. I have come up with a way using the SQLBrowseConnect function to
obtain the Server and Database information I need. Therefore, I have a semi
working version of the program.
I just need a way to make the program a little more user
friendly/fool-proof. I know that there is an option in the ODBC settings to
set an default database. I need a way of retrieving this setting and the
default server as well. Lastly I would like to turn a text box I am currently
using for the DSN name into a dropdown box that contains a list of all
available DSNs. What functions are available to help me poll this list? I'm
really just interested in those DSN's listed under System DSNs in the Data
Source (ODBC).
See the below aeticle for the example I used to model my program thrus far:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcsqlcreatedatasource.asp
Let me know if I was not clear in my explains. Any help would be appreciated.
Bill
.
- Follow-Ups:
- Re: Retrieving ODBC Settings Programmatically.
- From: Chris Lee[MS]
- Re: Retrieving ODBC Settings Programmatically.
- Prev by Date: ODBC error
- Next by Date: MFC ODBC Consumer
- Previous by thread: ODBC error
- Next by thread: Re: Retrieving ODBC Settings Programmatically.
- Index(es):
Relevant Pages
|