Problems with ODBC creation
Posted: Tue Oct 10, 2006 8:47 pm
Hi,
Can anyone help with adding SQL Server ODBC entries. I'm trying to add a new ODBC (DSN) entry modified from an existing DSN on my system, but when I run the installer, it reports:
ODBC error 8: Invalid keyword-value pairs. Verify that the file exists and you can access it.
The attributes are:
Server=[MYSERVER]
Database=[MYDATABASE]
LastUser=[MYUSER]
where $MYSERVER$, $MYDATABASE$ and $MYUSER$ are all variable in my MSI script.
I also tried adding an existing ODBC entry, unmodified, but the didn't work either.
I have MDAC 2.8 SP1 as a pre-requisite in the installer.
Any suggestions?
Cheers, Bruce.
Can anyone help with adding SQL Server ODBC entries. I'm trying to add a new ODBC (DSN) entry modified from an existing DSN on my system, but when I run the installer, it reports:
ODBC error 8: Invalid keyword-value pairs. Verify that the file exists and you can access it.
The attributes are:
Server=[MYSERVER]
Database=[MYDATABASE]
LastUser=[MYUSER]
where $MYSERVER$, $MYDATABASE$ and $MYUSER$ are all variable in my MSI script.
I also tried adding an existing ODBC entry, unmodified, but the didn't work either.
I have MDAC 2.8 SP1 as a pre-requisite in the installer.
Any suggestions?
Cheers, Bruce.