|
Posted by Jerry Stuckle on 01/21/07 13:19
Richard wrote:
> hi there,
>
> i've got a mysql database with a research data. i would like to get
> some information from that database and save it as ms access database.
>
> it will be a client feature. the client clicks a button -> and
> downloads ms access database with a certain information from the master
> mysql database.
>
> is it possible in php? how?
>
> thanks a lot,
> richard
>
I would say to do this you're going to need to create an ActiveX control
(you are running on Windows hosting, aren't you?) to create the database
and registers it as an ODBC source. Than you can use the ODBC functions
to add your data (or just put that in the ActiveX control while you're
at it, also).
If you're not running on Windows hosting, you're out of luck.
Alternative, just save it in CSV format and let them do whatever they
want with it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|