MS
This commit is contained in:
@@ -891,7 +891,7 @@ Public Class ClassControlCommandsUI
|
||||
Dim converted_value = Check_and_Format_Value(ControlID, RecordID, Value)
|
||||
If Not IsNothing(converted_value) Then
|
||||
Dim connection As New SqlConnection
|
||||
connection.ConnectionString = MyConnectionString
|
||||
connection.ConnectionString = MYDB_ECM.CurrentConnectionString
|
||||
Using cmd As New SqlCommand("PRPMO_CREATE_CONTROL_VALUE", connection)
|
||||
cmd.CommandType = CommandType.StoredProcedure
|
||||
cmd.Parameters.AddWithValue("@pRECORD_ID", RecordID)
|
||||
|
||||
Reference in New Issue
Block a user