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?

Recommended Answers

All 2 Replies

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.

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?..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.