CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2000
    Posts
    7

    odbc driver installer

    Can anyone recommend a VB installer that takes care of installing odbc drivers?

    I have a VB application that uses a paradox (v.9) driver, and I want to have the odbc driver also install with the vb appl. The deployment utility that comes with vb6 only copies the driver, but it does not register it as odbc driver.

    Thanks in advance.
    Guanaco.




  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: odbc driver installer

    I think it is much better to use dsn - less connection. In this case you don't have to create DSN on every computer where yo installed your app.

    The second approach is create DSN via your program.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured