CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    6

    Setting ODBC Data Source Name during setup

    Hi all,

    Platform Win NT 4 / VC++ 6.0 / MS Access for database.

    In my project I am using ODBC for database connection. I want to avoid manual creation of DSN. Is there any way by which I can automatically create DSN for application's database during setup process?

    Does Installsheild supports automatic creation of required DSN for ODBC?

    Thanks.

    Regards,
    Ratnakant




  2. #2
    Join Date
    Apr 1999
    Posts
    9

    Re: Setting ODBC Data Source Name during setup

    The version witch cames with visul C++ doesent create DSN's i've created a small program to create DSN's if you want i could mail it to
    you

    Vitor Sarabando
    [email protected]


  3. #3
    Join Date
    May 1999
    Posts
    6

    Re: Setting ODBC Data Source Name during setup

    Dear Vitor,

    Thank U very much. Can U please send me your code.

    Regards,
    Ratnakant


  4. #4
    Join Date
    Apr 1999
    Posts
    9

    Re: Setting ODBC Data Source Name during setup

    Hi..
    You have to send me your email address because i dont know how to attach a zip file in the discussion board..

    Vitor sarabando
    [email protected]



  5. #5
    Guest

    Re: Setting ODBC Data Source Name during setup

    InstallShield 5.x DOES support creating a DSN...its quite simple if you look at the InstallScript code examples....




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