Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get ADO recordset through IIS

Status
Not open for further replies.

ipm

Programmer
Apr 5, 2005
16
DE
I have a VP6 application and I'd like to get some data from database server sitting bihind the firewall. The only way I can access it is through web server. Is ther any simple way to do it?
Ideally the solution has to support encryption and user authentication.
 
How much data?

If not so much then a simple way would be to make an ASP that returned the data in some easy to use format such as xml, delimmitted (csv), or even a persisisted ADO recordset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top