Import excel data into mysql database
Solved/Closed
Hello,
This is Nischala .Can any one suggest me wheather we can import excel sheet data into mysql database using .net application(vb.net or asp.net).
thanks in advance
This is Nischala .Can any one suggest me wheather we can import excel sheet data into mysql database using .net application(vb.net or asp.net).
thanks in advance
Related:
- Import excel data into mysql database
- Ms access database free download - Download - Databases
- Import sim contacts - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Tmobile data check - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 12, 2010 at 02:48 PM
Mar 12, 2010 at 02:48 PM
You can open a connection to excel and then read from the recordset would be one way.
Apr 10, 2010 at 08:39 PM
Apr 10, 2010 at 08:53 PM
Jan 5, 2011 at 03:41 AM
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