Click to See Complete Forum and Search --> : Using the .Net Installer to install an ODBC datasource.


Andrew Hamilton
March 22nd, 2003, 10:53 AM
I have a C++ application created in .Net. I created a deplyment project (Setup wizard), but I need to set up an ODBC datasource during installation, and I can't figure out how to do it.

I have a file named PeopleLog.mdb (a Microsoft Access database file) that gets distributed with my application, and I need an ODBC entry to point to it.

Does anyone know how to do this?

Thanks.