updated copy and delete record from sql routines to allow for a null pkey
This commit is contained in:
@ -31,7 +31,7 @@ Declare function SRP_Com, Environment_Services, Datetime, Sql_Services, Error_Se
|
||||
Main:
|
||||
|
||||
If Unassigned(LogError) then LogError = False$
|
||||
|
||||
If Unassigned(pKey) then pKey = ''
|
||||
Ans = ""
|
||||
Done = False$
|
||||
// Make sure table is uppercase
|
||||
|
@ -26,7 +26,8 @@ Declare function Sql_Services, Error_Services, SRP_COM, Environment_Services, Un
|
||||
|
||||
Main:
|
||||
|
||||
If Unassigned(LogError) else LogError = False$
|
||||
If Unassigned(LogError) then LogError = False$
|
||||
If Unassigned(pKey) then pKey = ''
|
||||
Ans = ""
|
||||
Done = False$
|
||||
// Make sure table is uppercase
|
||||
|
Reference in New Issue
Block a user