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:
parent
c8f21be905
commit
2ba7f41a21
@ -13,8 +13,6 @@ public class DocumentCreateReadSQL : ISQL<EnvelopeDocument>
|
|||||||
/// Base64, OUT_UID
|
/// Base64, OUT_UID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Raw => @"
|
public string Raw => @"
|
||||||
USE [DD_ECM]
|
|
||||||
|
|
||||||
DECLARE @BYTE_DATA1 as VARBINARY(MAX)
|
DECLARE @BYTE_DATA1 as VARBINARY(MAX)
|
||||||
SET @BYTE_DATA1 = CONVERT(VARBINARY(MAX),{0})
|
SET @BYTE_DATA1 = CONVERT(VARBINARY(MAX),{0})
|
||||||
DECLARE @OUT_DOCID int
|
DECLARE @OUT_DOCID int
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user