We have a large app that runs Client - web tier - SQL. All data transmission
uses disconnected ADO recordsets. A customer is looking to migrate the back
end to an Oracle db running on a windows box. They have some form of apache
web service that exposes data from Oracle as text, csv or xml, but to
interface to our client side code we need to get some form of ADO middle
tier functioning.
Can anyone point me in the right direction to get this up and running?
TIA,
Robin Hammond
www.enhanceddatasystems.com
Paul Clement - 30 Jan 2007 15:10 GMT
¤ We have a large app that runs Client - web tier - SQL. All data transmission
¤ uses disconnected ADO recordsets. A customer is looking to migrate the back
¤ end to an Oracle db running on a windows box. They have some form of apache
¤ web service that exposes data from Oracle as text, csv or xml, but to
¤ interface to our client side code we need to get some form of ADO middle
¤ tier functioning.
¤
¤ Can anyone point me in the right direction to get this up and running?
¤
Do you need to use their web service? Or, can you access the Oracle database directly?
Paul
~~~~
Microsoft MVP (Visual Basic)