Re: scripts needed

2002-06-08 Thread adam
JR wrote: > To setup your table see: http://www.mysql.com/doc/C/R/CREATE_TABLE.html > > I do not believe that mysql will read the foxpro db format. Dump your > foxpro table data into a text file and use mysqlimport to pull the data > into your mysql table. See: > http://www.mysql.com/doc/m/y/mysq

RE: scripts needed

2002-06-08 Thread JR
To setup your table see: http://www.mysql.com/doc/C/R/CREATE_TABLE.html I do not believe that mysql will read the foxpro db format. Dump your foxpro table data into a text file and use mysqlimport to pull the data into your mysql table. See: http://www.mysql.com/doc/m/y/mysqlimport.html As far a