Import .dbf files

Import .dbf files

am 19.07.2011 21:52:38 von AndrewMcHorney

Hello

I am about to create a database in mysql. I would like to be able to import some dbase3 (.dbf) files into the tables I will be defining. What is the easiest way to import the table. Is there software that can be downloaded that will allow me to do this?

Andrew

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org

Re: Import .dbf files

am 19.07.2011 22:21:25 von Michael Dykman

Andrew,

You are likely on your own for this one. It sounds like a job for a
reasonable proficient scripter. DBase III was obsolete when I
started my professional career in 1988. Even then, the files were not
compatible with DBase IV which you *might* find some tools for.

- michael

On Tue, Jul 19, 2011 at 3:52 PM, wrote:
> Hello
>
> I am about to create a database in mysql. I would like to be able to impo=
rt some dbase3 (.dbf) files into the tables I will be defining. What is the=
easiest way to import the table. Is there software that can be downloaded =
that will allow me to do this?
>
> Andrew
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: =A0 =A0http://lists.mysql.com/mysql?unsub=3Dmdykman@gmail=
..com
>
>



--=20
=A0- michael dykman
=A0- mdykman@gmail.com

=A0May the Source be with you.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=3Dgcdmg-mysql-2@m.gmane.o rg

Re: Import .dbf files

am 19.07.2011 22:36:22 von Mikhail Berman

--0016e6db2d16a23f8204a87211f3
Content-Type: text/plain; charset=ISO-8859-1

Hi Andrew,

You might want to look for conversion tools like
http://dbfview.com/how-to-open-dbf.html so you can dump dbase files into
some other type of files readable by MySQL

On Tue, Jul 19, 2011 at 3:52 PM, wrote:

> Hello
>
> I am about to create a database in mysql. I would like to be able to import
> some dbase3 (.dbf) files into the tables I will be defining. What is the
> easiest way to import the table. Is there software that can be downloaded
> that will allow me to do this?
>
> Andrew
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/mysql?unsub=mikhailber@gmail.com
>
>

Best,

--
Mikhail Berman

--0016e6db2d16a23f8204a87211f3--

Re: Import .dbf files

am 20.07.2011 07:44:12 von Alex Schaft

--------------040708090408090407050004
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

On 2011/07/19 09:52 PM, andrewmchorney@cox.net wrote:
> Hello
>
> I am about to create a database in mysql. I would like to be able to import some dbase3 (.dbf) files into the tables I will be defining. What is the easiest way to import the table. Is there software that can be downloaded that will allow me to do this?
>
> Andrew
>
Hi,

You want to look at www.xharbour.org. A 32bit open source compiler for
dbase/clipper code. We're currently using it to write apps accessing
mysql data.

Another option is www.advantagedatabase.com, a full sql database server
for dbf files. It has a local server (think sqlite) as well as a host of
client interfaces available with which you would be able to connect to
via odbc, .net, jdbc etc to retrieve your data that way.




--------------040708090408090407050004
Content-Type: text/plain; charset=us-ascii


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org
--------------040708090408090407050004--