redbrad0 Posted June 10, 2010 Share Posted June 10, 2010 I just purchased a program that connects via ODBC to any database. The problem is that I don't want to specify the database connection information, so I am hoping I can create a web page with XML feed (or something like that) that the odbc can read and return the data. Is there something like this out there or is it even a possibility? Quote Link to comment https://forums.phpfreaks.com/topic/204362-using-odbc-to-connect-to-a-web-service/ Share on other sites More sharing options...
trq Posted June 10, 2010 Share Posted June 10, 2010 ODBC is used to connect to databases, you would need a soap client or custom parser to connect to a web service. Quote Link to comment https://forums.phpfreaks.com/topic/204362-using-odbc-to-connect-to-a-web-service/#findComment-1070267 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.