How to Insert Record In MYSQL
-
Hello Experts, I have 1 Lacs Records in Excel or XML. And i want to insert those records in Live Database in single Event. So pls help me for this issue.
If you can think then I Can.
My advice would be to convert the excel/xml file to a csv file and then you can use LOAD DATA INFILE[^] syntax to upload the data. This will be much quicker than using a transaction and Insert statements, especially if you are creating indexes. See Speed of Insert Statements[^] to get an idea of what is involved. Hope this helps
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
Hello Experts, I have 1 Lacs Records in Excel or XML. And i want to insert those records in Live Database in single Event. So pls help me for this issue.
If you can think then I Can.
-
Hello Experts, I have 1 Lacs Records in Excel or XML. And i want to insert those records in Live Database in single Event. So pls help me for this issue.
If you can think then I Can.