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: 215
Hi,
I have an application where I am doing connection with .mdb file. Here are the steps we are following :
- Creating object for database utils inteface
- 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