Page 1 of 1

Dbf to Sql

Posted: Fri Aug 21, 2020 5:23 pm
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

Re: Dbf to Sql

Posted: Sat Aug 22, 2020 4:26 pm
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.