Request to a data connection for DBC or SOAP connetions.

You will find a general example for the use of Query here.

Request to a data connection for DBC or SOAP connetions. The datatype Query serves to improve the readabilty of scripts and can be used at all positions where a transaction handler is required.

Create a new transaction handler for the current database connection

DBC	dbc	= sql::dbconnection ();
Query	qu	= sql::query (dbc);
:
query::close (qu);

See Also
query
soap
datapool
xmlquery

Alphabetic index HTML hierarchy of classes or Java