|
Posted by Dikkie Dik on 11/02/06 17:12
ODBC is more like a framework. You need the separate drivers for the
databases you want to access. Now, on your windows machine, ODBC will
probably work, as both ODBC and the Jet-ODBC driver were installed with
MS-Access (Access uses the "Jet" engine to access his database). The
machine accessing the database should have the driver installed. So the
Linux server should have an ODBC driver for MS-Access. I don't know if
one exists for Linux.
Best regards
harsha.patibandla@gmail.com wrote:
> We have a webserver, Apache, hosted on Linux and we use php as the
> scripting language. Now, I am developing a form which will fill up a
> Microsoft Access database (on a Windows machine). For this one needs to
> use an ODBC connection. Now php has default ODBC support
> (http://us2.php.net/odbc ), but I do not think this supports MS Access.
>
> My question is what driver manager/drivers do i need to install for
> this:
> one option was unixODBC, but we do not want to do this as this involves
> rebuilding php.
>
> Will iODBC work? or will the default support work is my doubt.
>
> It would be great if someone can help me with this.
>
> Harsha
>
Navigation:
[Reply to this message]
|