Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
SELECT * FROM some_table Where Date>'01-DEC-18' and some other conditions;
i have the above query, when using ODBC connection its working fine and i am getting the required data all the filters are working fine, but when i am using OLEDB connection the date filter is not working but other filters are working and its loading all the data present in the database for the other filters, any idea what is happening ?
Probably needs the date in some specific format.
Maybe: '2018-12-01'