import Excel-sheet in SQL server through asp.net webpage

N

nicholas

What would be the best and easiest way to implement a web page that allows
me to:

- import an Ms Excel-sheet in a database on a Ms Sql 2000 Server
- this should be done through an asp.net webpage
- I should be able to update or add records

thx 4 advice

Nic
 
C

Clint Hill

Heres an idea:

Set up a folder that both the web app and SQL server can get to.
Do a simple file upload from the web app
Set up a DTS package to periodically check the folder to do an import
-or-
Set up a DTS package that will do the import and call it from a Stored
Proc after the web app does the upload


Clint Hill
H3O Software
http://www.h3osoftware.com
 

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

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top