I need to export MySQL data to Access.
As always, there seems to be more than one way to do this.
I notice that PHP has: DB.php
If I was doing this in perl, there would be an ODBC driver
(DBD::ODBC). Is there such a thing in PHP? Can this play well with DBO?
I see some commercial driver products, but my needs are modest as I'm
not using any of Accesses special features, whatever those might be!
Jeff
As always, there seems to be more than one way to do this.
I notice that PHP has: DB.php
If I was doing this in perl, there would be an ODBC driver
(DBD::ODBC). Is there such a thing in PHP? Can this play well with DBO?
I see some commercial driver products, but my needs are modest as I'm
not using any of Accesses special features, whatever those might be!
Jeff
Comment