disable NOCOUNT after executing pricedure
This commit is contained in:
parent
a5c2b93bfe
commit
ddaacfe75c
@ -433,7 +433,8 @@ Namespace Winline
|
||||
@pPrintDebug = 0,
|
||||
@pLog2DB = {oDebug},
|
||||
@pComment = 'Multitool/{pTemplate.Name}',
|
||||
@pResultType = 'CalcPricing'
|
||||
@pResultType = 'CalcPricing';
|
||||
SET NOCOUNT OFF;
|
||||
"
|
||||
Dim oTable As DataTable = Await Database.GetDatatableAsync(oSQL)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user