Procedure
dbname=DATABASE;procname=PROCEDURE
where DATABASE is the name of the database used by the stored procedure, and PROCEDURE is the name of the stored procedure. For example to use stored procedure SP1 from data source DS1 and stored procedure SP2 from data source DS2, the following string is used:
dbname=DS1;procname=SP1;dbname=DS2;procname=SP2
Související koncepce