Import excel data into mysql database
Solved/Closed
Related:
- Import excel data into mysql database
- Ms access database free download - Download - Databases
- How to import contacts from sim - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- Borland database engine windows 10 - Download - Databases
- Excel move data from one sheet to another - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
12 Mar 2010 à 14:48
12 Mar 2010 à 14:48
You can open a connection to excel and then read from the recordset would be one way.
10 Apr 2010 à 20:39
10 Apr 2010 à 20:53
5 Jan 2011 à 03:41
LOAD DATA LOCAL INFILE 'C:\\wamp\\tmp\\php89.tmp' INTO TABLE 'collection' FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'# Affected rows: 2599