Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros ISL

Status
Not open for further replies.

outlawdoug

Programmer
Aug 21, 2010
8
US
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
 
you can concatenate but the syntax is different in ISL.

Instead of using + use a comma
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top