Remove SQL command string from DocumentCreateReadSQL

This commit removes a SQL command string from the `Raw` property in the `DocumentCreateReadSQL` class. The changes include the deletion of a `USE` statement for the `[DD_ECM]` database, variable declarations, and the execution of a stored procedure. This alters the structure and execution of SQL commands within the class.
This commit is contained in:
Developer 02 2025-05-07 14:27:09 +02:00
parent c8f21be905
commit 2ba7f41a21

View File

@ -13,8 +13,6 @@ public class DocumentCreateReadSQL : ISQL<EnvelopeDocument>
/// Base64, OUT_UID
/// </summary>
public string Raw => @"
USE [DD_ECM]
DECLARE @BYTE_DATA1 as VARBINARY(MAX)
SET @BYTE_DATA1 = CONVERT(VARBINARY(MAX),{0})
DECLARE @OUT_DOCID int