Connection to .mdb file fails on windows 2008 core - 32bit

Posted by amritad on Stack Overflow See other posts from Stack Overflow or by amritad
Published on 2009-09-29T12:20:11Z Indexed on 2010/05/09 21:58 UTC
Read the original article Hit count: 187

Filed under:
|
|

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)

© Stack Overflow or respective owner

Related posts about odbc

Related posts about windows-server-2008