Hello
I want to select those rows from a table where the datefield is the
same as todays date.
I am using Delphi 7 and Paradox 7 tables
My SQL lookes like this:
Select *
>From reservation.db
Where date like 'Date'
What I am doing wrong?
Please help me...