Results 1 to 2 of 2

Thread: need help making ODBC wizard of some sort

  1. #1
    Guest
    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?

  2. #2
    Addicted Member
    Join Date
    Sep 1999
    Location
    Philippines
    Posts
    196
    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
  •  



Click Here to Expand Forum to Full Width