Dbf to Sql

Post Reply
rubenfernandez01
Posts: 23
Joined: Sun Sep 20, 2015 1:41 am

Dbf to Sql

Post by rubenfernandez01 »

I'm trying to read all the records of the dbf and in mysql table. With do while !eof(). There're 35000 records. All the records went read, but in the table only a few are inserted. I try with the clause limit 1,35000, just for testing and nothing happened.

Best regard
Thank you.

Enviado desde mi Redmi Note 8 Pro mediante Tapatalk
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Re: Dbf to Sql

Post by Eroni »

It would be interesting to poster your code so that we can help more. There may be some sql error, data type, size, etc.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
Post Reply