DataLayer.SP - Writing Data to the Database
Logi Info applications are fully capable of writing data to a SQL database (the so-called "Writeback" capability) and can execute any valid SQL statement that does so, including INSERT, UPDATE, and DELETE. This is most commonly done in a Process Task using a Procedure.SQL element or by calling a stored procedure using a Procedure.SP element. Both of these techniques discussed in detail in Process Tasks.