Fink
08-15-2006, 04:35 PM
Hello,
I am obviously new to web development, and I am having a hard time trying to figure out what method I need to use to get my data to and from my website. Below is a description of what I have and what I am trying to do. Any advise will be appreciated!
Thanks,
Harry
What I want:
- The best way of sending daily or weekly customer data from my billing program to a web server, and pulling back customer payment info, into by billing program.
-I need to be able to automate this process as much as possible. (Hopefully a automated procedure or a simple ‘click here’)
What I have:
- A client/server billing program installed at about 100 government customers.
- I have the billing program creating a MSSQL database of customer information, and is about 15 MEG in size.
- I created an ASP website that allows an end user to login and pay is utility bill online.
- My website uses the MSSQL mentioned above.
- The website also handles the CC processing (using authorize.net) and captures the customer’s payment information in a SQL table.
- I need to download the payment information captured on the website, back down to my billing program.
I am obviously new to web development, and I am having a hard time trying to figure out what method I need to use to get my data to and from my website. Below is a description of what I have and what I am trying to do. Any advise will be appreciated!
Thanks,
Harry
What I want:
- The best way of sending daily or weekly customer data from my billing program to a web server, and pulling back customer payment info, into by billing program.
-I need to be able to automate this process as much as possible. (Hopefully a automated procedure or a simple ‘click here’)
What I have:
- A client/server billing program installed at about 100 government customers.
- I have the billing program creating a MSSQL database of customer information, and is about 15 MEG in size.
- I created an ASP website that allows an end user to login and pay is utility bill online.
- My website uses the MSSQL mentioned above.
- The website also handles the CC processing (using authorize.net) and captures the customer’s payment information in a SQL table.
- I need to download the payment information captured on the website, back down to my billing program.