Recent content by bigwizard

  1. B

    Error with FILTER TOracleDataSet

    I made query: SELECT empno "Code of Emp" , empname "Name of Emp" FROM emp and then I tried to set filter: qrySearch.Filter := '"Code of Emp" = 10 '; qrySearch.Filtered := true; but It isn't worked with error "Syntax error" How can I repair?
Back
Top