Board index » delphi » EDB Engine Error
tal...@onwe.co.za (WAYNE TALBOT)
![]() Delphi Developer |
Thu, 12 Nov 1998 03:00:00 GMT
EDB Engine ErrorHi Folks, I still have a problem with getting TQuery to work with a "Date" field : I have the SQL as follows : SELECT * FROM 'ORDER.DBF' WHERE DEL_DATE =:REFPARAM And the button has the following code : Begin I have also tried : begin The SQL Query looked like this : SELECT * FROM 'ORDER.DBF' WHERE DEL_DATE =:Date The TParams property in the query is set for a 'Date' field. Basically what I want to happen is when a user inputs a date into the Edit1 At the moment I keep getting the following error : "EDBEngine Error" "Expression in this field is the wrong type" Thanks Cheers Wayne .T. |