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!

Search results for query: *

  1. outlawdoug

    Reporting engine error

    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
  2. outlawdoug

    Micros ISL - String concatenation

    Savissimo, Looks like you were on the right track when I stumbled upon the answer. The doco is not really clear that the format command can be used in this mannor but it works. doug
  3. outlawdoug

    Micros ISL - String concatenation

    OK, I figured it out... format strSQL as "Select * from micros.Barcode_def where barcode = " , strBarcode Code is not really on two lines. As you all know the Micros SIM doco is best used to clean up after yourself in the little programmer's room. doug
  4. outlawdoug

    Micros ISL - String concatenation

    doco clearely states that only RELATIONAL operator are allowed on strings. So now how do I query the DB for a specific barcode? select * from micros.barcode_def where barcode = '7331048100' anyone? doug
  5. outlawdoug

    Micros ISL - String concatenation

    Perhaps I should make it clear that my code is attempting to concatenate a string variable to the end of a string. This is not a user input command. tnx, doug
  6. outlawdoug

    Micros ISL - String concatenation

    savissimo, your solution retuns error "Expected end of line (,)" Doug
  7. outlawdoug

    Micros ISL

    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
  8. outlawdoug

    Micros ISL - String concatenation

    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...

Part and Inventory Search

Back
Top