import .csv file into SQL Server via asp.net page

A

Andrew J Gray

Guys
Anyone know of a component or code example to enable the import of a .csv
file (typically exported from Outlook contacts) into SQL Server through an
asp.net UI?

The holy grail would actually be a total solution enabling a sync of Outlook
Contact data to a SQL Server table via an asp.net page.

regards
Andy
 
T

Teemu Keiski

Generally you can read it into DataSet using OleDb (Jet provider can open
CSV files, it treats them bit similarly to Excel spreadsheets). After you
get it to DataSet, you can do whatever you want with it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top