954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

ASP.NET Import/Export

Hi, I would like to have a asp.net application that will let me extract or import data automatically to my Access Database. For that, I have a .csv file and I will then upload it and will be extracted into one of the table in my Access Database. Is there any feauture that ASP.NET can easily do? Is "IO" related to this? Could anyone poiunt out any feautures that will help me do this?

CLIPER
Newbie Poster
2 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

Dataadapaters. it is .net not just asp.net.

Use the built in csv driver to import straight into an ado .net dataset via a dataadapter.

Then you can export it into access.

f1 fan
Posting Whiz in Training
279 posts since Jan 2006
Reputation Points: 26
Solved Threads: 11
 

Dataadapaters. it is .net not just asp.net.

Use the built in csv driver to import straight into an ado .net dataset via a dataadapter.

Then you can export it into access.

Can you post a quick coding for that one?..

CLIPER
Newbie Poster
2 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You