Hi I am trying to install my VB application which uses ADO,Microsoft Access,SQL server through installshield.When i am trying to install the access drivers on to a PC which has only windows 95 installed it gives me the following error :
Drivers ConfigDSN,ConfigDriver or ConfigTranslator failed. Microsoft Access Driver (*.mdb)
This error happens after the call to the function SQLConfigDriver in the odbccp32.dll Before this function call i have called the function SQLInstallDriverEx which does not return any error.
Due to this error my application does not get installed.

I have even tried installing micrsoft office on the machine but it gives the same error for the microsoft office setup.Could this be a version problems in the dll's

Appreciate if u could reply ASAP