Can somebody please tell me how to query my ORACLE tables by selecting the current date on the table and placing the script to the recordsource property of my ADODC..recordsource doesn't recognize a function like sysdate....was trying this script...
select * from orders where date = sysdate
but it doesn't work. pls help.
select * from orders where date = sysdate
but it doesn't work. pls help.