well, yes and no... you probably don't want to let any third party to walk directly through your database, even if they trust them like yourself they have no business knowing your internals
build a business service for them and expose it either as a full web-service or simple REST service depending on what you have around (appserver or webspeed)... well, it might be either some other web proxy that you build directly against the database using ODBC/JDBC if you don't have any of the progress 'application server' products around; like php, perl, python, asp, java, what ever you like most
There are many options depending on which technology they've built there web site. Basically I would recommend the web service technology because then you don't have to fiddle with proprietary technology and drivers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.