J
JL
Not sure where to post this, so will start here...
I am developing an web application that my company will host. The data
back end on the web wil be SQL server. For each customer that
subscribes to our product, I need to build a data bridge from their
in-house legacy data to our SQL server. I will work out the export
details from their database to some acceptable intermediate (e.g. XML,
csv, etc.) I am also capable of importing that data into SQL server.
What I do not know how to do is how to get from their local
network/database to my website's SQL server.
The thought I had was to write a WinFrom app customized for each
customer and somehow it would import the XML or csv and then pump the
data to the web. My question is how to do the "pump" step?
I am very new to ASP.net and web programming but have considerable
experience with VB.net, net 1.1/2.0 and ADO.net (just to establish a
base level for any responses).
Any suggestions are greatly appreciated.
TIA,
John
I am developing an web application that my company will host. The data
back end on the web wil be SQL server. For each customer that
subscribes to our product, I need to build a data bridge from their
in-house legacy data to our SQL server. I will work out the export
details from their database to some acceptable intermediate (e.g. XML,
csv, etc.) I am also capable of importing that data into SQL server.
What I do not know how to do is how to get from their local
network/database to my website's SQL server.
The thought I had was to write a WinFrom app customized for each
customer and somehow it would import the XML or csv and then pump the
data to the web. My question is how to do the "pump" step?
I am very new to ASP.net and web programming but have considerable
experience with VB.net, net 1.1/2.0 and ADO.net (just to establish a
base level for any responses).
Any suggestions are greatly appreciated.
TIA,
John