RE: Dumping a MySQL DB Out to Access

2002-02-25 Thread Todd Williamsen
The problem is that the DB resides on a Unix box and he access it through a cgi program -Original Message- From: Luis Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 5:18 PM To: [EMAIL PROTECTED] Subject: Dumping a MySQL DB Out to Access Hi, First of all, I'

Dumping a MySQL DB Out to Access

2002-02-25 Thread Luis Gonzalez
Hi, First of all, I'm not an expert at all, I'm just a newby who started a week ago,,, But I guess that the answer is very simple: Why don't you link your MySQL database to Access thru MyODBC? This way your customers could use Access as the front-end, while MySQL is the back-end where the data

Dumping a MySQL DB Out to Access

2002-02-02 Thread Victoria Reznichenko
Matt, Saturday, February 02, 2002, 2:29:48 AM, you wrote: MR> Hi, MR> I just finished doing an online database in PhP/MySQL for a client and MR> they have asked if it is possible to output it to a MS Access database MR> so they can use it for Mail Merge, etc. Does anyone know how I would go MR>

Dumping a MySQL DB Out to Access

2002-02-01 Thread Matt Rudderham
Hi, I just finished doing an online database in PhP/MySQL for a client and they have asked if it is possible to output it to a MS Access database so they can use it for Mail Merge, etc. Does anyone know how I would go about doing this? Thanks. (The DB is MySQL 3.23.38 on FreeBSD 4.3) Many Thanks.