Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

My source file(All the table) is form of excel sheet ,I want to convert this xls file into My Sql Script(Without help of mysql tool) , Is it possible to genrate MySql Scripts using asp.net c# ?
Posted

1 solution

You can read in your file, parse it, add the appropriate SQL script and output to antoher text file - is that what ou mean?
 
Share this answer
 
Comments
A. K. Das 16-Jan-14 2:29am    
Thanks,

Yes ,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900