On Fri, 25 Oct 2002, Tyler Durdin wrote:

>-Is there anyway to have php convert a database from mySQL to Access via a 
>-webpage? I have a couple of people here who use Access to do mail merging 
>-things with word and it would make my life a ton easier if I did not have to 
>-convert the db's everytime they want the info. If anyone has any thoughts on 
>-how to go about this it would be greatly appreciated. Thanks in advance.

What comes to mind first is letting them use their Access to access the
MySQL tables directly through the MyODBC capabilities.  It works pretty
well, but will take some setup.

This may prove to be the best way to "copy" an Access accessed MySQL toa
native Access database.

The only thing I can think of PHP helping you out here is by generating a
good delimited file available for download which Access or Excel should
be able to swallow whole.

>-
>-Bobby
>-
>-
>-
>-
>-
>-_________________________________________________________________
>-Surf the Web without missing calls! Get MSN Broadband. 
>-http://resourcecenter.msn.com/access/plans/freeactivation.asp
>-
>-
>--- 
>-PHP General Mailing List (http://www.php.net/)
>-To unsubscribe, visit: http://www.php.net/unsub.php
>-

**************************************

John Huggins

[EMAIL PROTECTED]
http://www.phphosts.com/

**************************************


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to