views:

256

answers:

0

Hi,

I have an application where I am doing connection with .mdb file. Here are the steps we are following :

  1. Creating object for database utils inteface
  2. Calling the connect() function, to get connected to the database whose extension is .mdb file

Above flow is working correct on all windows platform but not on windows server 2008 CORE 32-bit. I also checked whether the ODBC drivers are installed or not, by opening regedit. I found that all drivers specially Microsoft access driver (*.mdb) is installed. ANd I think it is by default get installed while installing OS.

Is anyone aware of any thing about ODBC drivers and connectivity to the database (like .mdb) on windows 2008 CORE ( which runs only on command line and no interface)