How to get a DB connection using JDBC adapter?

Hi
I need a database connection for some data manipulations in my java code running in the webMethods.I have configured the JDBC adapter,connection pool etc.But how do I now get the connection in my java code.Is there any webMethods service for doing that?
Thanks
Rajneesh

Hi Rajneesh,

one thing possible will be to build an adapter services in Developer which will prepare the manipulations you need.
This service can be invoked from a Java Service like any other IS Service.

Please search the forums for details. Something similar has been discussed lately.

Regards,
Holger

I am having probelme to get the connection from adpater connection pool. As