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:
|
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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user