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
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]
Re: Setting ODBC Data Source Name during setup
Dear Vitor,
Thank U very much. Can U please send me your code.
Regards,
Ratnakant
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]
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....