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

    IBquery Problem

    Sorry still not working. Error message "Column ? not found" where ? is the name from the edit box. I think I have to declare the param and send a value to it so that it can be integrated into the sql statement. Tried this but still no luck query1.param[0].asstring:=edit1.text; and this...
  2. namyboj

    IBquery Problem

    Sorry tried the new code still the same error. Think problem has to do with setting parameters for the text thats in the edit box, I think. Thanks for that
  3. namyboj

    IBquery Problem

    New user to SQLQuery I have a problem, here is a simplified code on a buttons on-click event query1.Close; query1.SQL.Clear; query1.SQL.Add('SELECT EMP_NO, FIRST_NAME, FULL_NAME, LAST_NAME, SALARY' ); query1.SQL.Add('FROM EMPLOYEE'); query1.sql.Add('WHERE FIRST_NAME='+edit1.Text)...

Part and Inventory Search

Back
Top