Quote:
|
Originally Posted by aysan
I will create a database in my server and then people will write some queries (xml queries for monitoring purposes) from their home PCs. I do not want all of them to install a db2 client.
|
In that case you will have to install a DB2 client just on the web server, where the incoming web client requests (queries) are sent through the DB2 client (by using some sort of cgi script) to the DB2 server.
(Of course, DB2 client and server may reside on the same computer, but this is not necessary.)