Boyz & Girlz,
I'm getting a "General reporting engine error" when running a report with a date range. Runs fine w/o the date range.
Any ideas?
tnx,
doug
trying to create SQL command from user input...
strSQL = "Select * from micros.barcode_def where barcode = " + "'" + intBarcode + "'"
Receiving error "No ops on strings"
does this mean we cannot concatenate strings in ISL?
Tnx,
Doug
I am trying to query the database for info surrounding a specific barcode...
Select *
from micros.barcode_def
where barcode = '7331048109'
I am setting the sql command string like this
NOTE: strBarcode is user input from POS terminal.
strSQL = "Select * from micros.barocode_def where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.