outlawdoug
Programmer
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
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