Posts by Rogerio Silva • 11 points
3 posts
-
0
votes0
answers35
viewsQ: Show only 1 record at a time with go to next button
Good night to you all. I would like to: Show records sequentially, (1 at a time), on a web page for a set of more than 100,000 records. I can show all at once, but I would like to only 1 at a time…
-
1
votes0
answers65
viewsQ: Import excel table directly into mysql
I’m using the following code to try to import 30,000 csv records into a comic mysql on the hostgator server load data local infile 'public_html/empresa.csv' into table empresa fields terminated by…
-
0
votes1
answer329
viewsQ: Error importing data from an Excel spreadsheet to mysql directly on the server
I am trying to import data from an Excel csv spreadsheet, however the following error appears: Invalid column count in CSV input on line 1. I imported directly to the root of the database (created…