Stored Procedures
Stored Procedures are available to complement the data available from Data Model. Sometimes it is necessary to update data available from a view using a stored procedure because the data does not provide for direct, table-like, two-way updates. In these situations, the retrieval of the data is done using the appropriate view or table, while the update is done by calling a stored procedure. Stored procedures take a list of parameters and return back a dataset which contains the collection of tuples that constitute the response.
RSSBus ADO.NET Provider for Amazon SimpleDB Stored Procedures
| Name | Description |
| CreateTable | This stored procedure creates a table (Domain) in Amazon SimpleDB. |
| DeleteTable | This stored procedure deletes a table (Domain) from Amazon SimpleDB. |