is it possible that the scope of _sqlvalues has changed? It used to be a public array, now it's local?
does this affect the _tally variable?
is it possible that the scope of _sqlvalues has changed? It used to be a public array, now it's local?
does this affect the _tally variable?
_sqlvalues is local to the procedure that created it. It used to be private but SET LOCAL is ON by default now.
For those who are wondering what _sqlvalues is, it is an array created by the SQLVALUES() function.
I can change it to be PUBLIC if required.
It does not affect _TALLY which is a system variable.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Bookmarks