Using SQL Stored Procedure

Stored procedure is provided as a part of the data interface. You should consider using this stored procedure when you need to insert two or more records into the EcENTITY table AND these records have logical association/s.

Name: EcWriteEntity Parameters:

  • @EntName NVARCHAR (100)

  • @BulkID INT = -1 OUT

  • @EntClassID NVARCHAR (10) = 'ITEM'