RE: Help! How to use dBase with mySQL?

2001-05-30 Thread Brooklyn Linux Solutions
Export the database and then autoload it into MYSQL On 2001.05.28 21:00:46 -0400 Cal Evans wrote: > No, MySQL will not read dBase files. > > I can think of 3 ways to do it off the top of my head. > > 1: Use Visual FoxPro. It will read dBase files and you can use the DBC to > open a connection to

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 data

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 wit

RE: Help! How to use dBase with mySQL?

2001-05-28 Thread Cal Evans
No, MySQL will not read dBase files. I can think of 3 ways to do it off the top of my head. 1: Use Visual FoxPro. It will read dBase files and you can use the DBC to open a connection to a MySQL database through an ODBC connection. (Been there, done that) 2: Use a dialect of *Base to create an

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)