DataAccess
The following operations are supported. For a formal definition, please review the Service Description.
-
ExecuteDatasetStoredProcedure
Executes a stored procedure in the iMIS database, expecting a return value. -
ExecuteDatasetStoredProcedureNoLog
Executes a stored procedure in the iMIS database, expecting a return value. -
ExecuteNonQueryStoredProcedure
Executes a stored procedure in the iMIS database, without expecting a return value. -
ExecuteSQLStatement
Executes an update/insert statement in the database. -
ExecuteSelectSQLStatement
Executes a select statement in the database. -
ExecuteStoredProcedure
Executes a stored procedure in the iMIS database.