updated copy and delete record from sql routines to allow for a null pkey

This commit is contained in:
Infineon\StieberD
2025-07-07 16:13:27 -07:00
parent 14c77d9edf
commit 272b2ce7d8
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Declare function SRP_Com, Environment_Services, Datetime, Sql_Services, Error_Se
Main: Main:
If Unassigned(LogError) then LogError = False$ If Unassigned(LogError) then LogError = False$
If Unassigned(pKey) then pKey = ''
Ans = "" Ans = ""
Done = False$ Done = False$
// Make sure table is uppercase // Make sure table is uppercase

View File

@ -26,7 +26,8 @@ Declare function Sql_Services, Error_Services, SRP_COM, Environment_Services, Un
Main: Main:
If Unassigned(LogError) else LogError = False$ If Unassigned(LogError) then LogError = False$
If Unassigned(pKey) then pKey = ''
Ans = "" Ans = ""
Done = False$ Done = False$
// Make sure table is uppercase // Make sure table is uppercase