ASP.NET Import/Export

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2006
Posts: 2
Reputation: CLIPER is an unknown quantity at this point 
Solved Threads: 0
CLIPER CLIPER is offline Offline
Newbie Poster

ASP.NET Import/Export

 
0
  #1
Feb 23rd, 2006
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?
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 275
Reputation: f1 fan is an unknown quantity at this point 
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: ASP.NET Import/Export

 
0
  #2
Feb 23rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2
Reputation: CLIPER is an unknown quantity at this point 
Solved Threads: 0
CLIPER CLIPER is offline Offline
Newbie Poster

Re: ASP.NET Import/Export

 
0
  #3
Feb 23rd, 2006
Originally Posted by f1 fan
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?..
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC