DAtabase integriert
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"EXEC @return_value = [dbo].[PRPMO_NODES_GET_CHILD_RECORDS] @USER_ID = {0}, @NODE_ID = {1} " & vbNewLine & _
|
||||
"SELECT 'Return Value' = @return_value", USER_GUID, NODE_GUID)
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
Dim DT As DataTable = ClassDatabase.Return_Datatable(sql)
|
||||
Dim DT As DataTable = MYDB_ECM.GetDatatable(sql)
|
||||
If Not IsNothing(DT) Then
|
||||
Dim result = DT.Rows(0).Item(0)
|
||||
If result <> 0 Then
|
||||
|
||||
Reference in New Issue
Block a user