Re: Front end for MySQL databases

2002-11-27 Thread Steve Yates
On Wed, 27 Nov 2002 07:56:42 -0800, Todd Cary wrote: >Most of my experience has envolved writing a front end in Delphi >and using ODBC I just wrote a short program in Delphi (using MyODBC) to pull information from an Access MDB and update a MySQL table. Worked fine. Uploading from the d

RE: Front end for MySQL databases

2002-11-27 Thread Ian Zabel
n now connect with PuTTY and then open up your MySQL front-end and connect to the DB. Ian. -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Front end for MySQL databases I have created a Web application

Front end for MySQL databases

2002-11-27 Thread Todd Cary
I have created a Web application for a client that uses MySQL for the DB. Most of my experience has envolved writing a front end in Delphi and using ODBC to give a client an ability to administer the DB (e.g. do queries to get lists, etc.). The application is written in PHP and I am curious what