RE: Help! How to use dBase with mySQL?

2001-05-30 Thread Brooklyn Linux Solutions
- From: Pat Suwalski [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 7:25 PM To: [EMAIL PROTECTED] Subject: Help! How to use dBase with mySQL? I'm doing a school project for which I'm to write a PHP script with MySQL that searches a dBase database. I've got my code planned out

Re: Help! How to use dBase with mySQL?

2001-05-29 Thread Thomas Spahni
On Mon, 28 May 2001, Pat Suwalski wrote: I'm doing a school project for which I'm to write a PHP script with MySQL that searches a dBase database. I've got my code planned out, but the problem right now seems to be that mySQL can't directly read dBase databases. It's a fairly large database

Help! How to use dBase with mySQL?

2001-05-28 Thread Pat Suwalski
I'm doing a school project for which I'm to write a PHP script with MySQL that searches a dBase database. I've got my code planned out, but the problem right now seems to be that mySQL can't directly read dBase databases. It's a fairly large database (9 megs), and so I ask: do I need to convert

Re: Help! How to use dBase with mySQL?

2001-05-28 Thread Van
Pat Suwalski wrote: I'm doing a school project for which I'm to write a PHP script with MySQL that searches a dBase database. I've got my code planned out, but the problem right now seems to be that mySQL can't directly read dBase databases. It's a fairly large database (9 megs), and

RE: Help! How to use dBase with mySQL?

2001-05-28 Thread Cal Evans
to use dBase with mySQL? I'm doing a school project for which I'm to write a PHP script with MySQL that searches a dBase database. I've got my code planned out, but the problem right now seems to be that mySQL can't directly read dBase databases. It's a fairly large database (9 megs), and so I

RE: Help! How to use dBase with mySQL?

2001-05-28 Thread Mike
I just converted a 48meg 90,000 row dbf file using dbf2mysql off of the MySQL site. Worked very nice for me on Win2K. Cheers Mike -Original Message- From: Pat Suwalski [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 6:25 PM To: [EMAIL PROTECTED] Subject: Help! How to use dBase