Having major issues with ODBC driver 15
we've recently upgraded to Win 7 64bit machines from Win XP 32 bit machines.
On the old machines, using ODBC driver 8 the following worked in VBA
adodb.connection.Open "DSN="& "DW Master"& ";"& _
"Uid="& user & ";"& _
"Pwd="& Password & ";"
On the newer machines, 8 can't be installed as it's not 64bit compatible, however we installed 13.
for ODBC driver 13 we had to make the following adjustment - this also works on the older version of the driver aswell.
adodb.connection.Open "DSN="& "DW Master"
Neither will work on ODBC driver 15, they always produce a 'not enough information to log on error' If I try and set up a data connection using this driver it doesn't appear in the provider list, if I try and use the MS ole db provider for odbc drivers or the teradata ole db provider I get either 'error in provider initilization' or 'cannot find terasso library'
Any ideas? I can use the driver for 13, but would prefer to use the latest one if possible.
Forums: