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

    ADO Data Control

    Hi,

    Here is my problem :

    I use an ADO Data Control for accessing a database. I configure this one with a database on my disk : example C:\BDD\sample.bdd

    I would like to install my soft in another PC with InstallShield copying the sample.bdd and all dll necessary.

    How can I configure my ADO for accessing at the database ?

    Thanks in advance.


  2. #2
    Join Date
    Oct 2001
    Location
    CA,USA
    Posts
    60

    Re: ADO Data Control

    Install Shield 7 has the option to import the DSN
    directly so when you install the DSN will be installed.

    Please rate the article if it is of any use to you. This encourages me to reply more and more and more.

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