i have come under a situation that have to work in order to import files from .csv and xml to our application built in ASP and MySQL database.I have no idea how to work it out ..please this will be a great help. Thanks for ur Suggestion Cheers
hi, you can go through the following links and convert them easily. http://support.microsoft.com/kb/321686 HTML: http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/ HTML: http://forums.asp.net/t/1033260.aspx HTML:
You may look at some ETL tools - for example CloverETL (or Talend or Pentaho) - which could be called from your .asp and do the work.