|
-
Sep 22nd, 2000, 11:45 AM
#1
I am working on a database app, that at the current time opens all connections in code, with th econnection parameters specified. What I am thinking I would like to do is add some form of a settings box or wizard that would allow someone to input all the parameters for connecting to an odbc source (once that source is set up).
What would be the easiest way to do something like this?
-
Sep 22nd, 2000, 02:37 PM
#2
Addicted Member
Create a form similar to the ODBC form of your database. I think that VB has a wizard for that form. Now, you have to save to the registry or an ini file. You just have to run this whenever you could not connect to the database. So check the error code for connections. Or, run it when the registry or ini files does not have values yet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|