Commands to run

These examples show how a database connection point can execute stored procedures or functions to exchange data with an external system. To retrieve data, run this command:

select readSalesOrder()

To insert data, run this command:

call StoreSalesOrder('[Data]');