The date is formated MM/DD/YYYY and the Designer in VB Reports changes to { d '2002-02-15' }.
I also tryed to PD = '2/15/2002' and I stil get errors.
What am I doing Wrong here ???
SELECT TICKET_NO AS TN, PU_DATE AS PD
FROM TICKETS
WHERE (TICKET_NO > '01999999') AND (TICKET_NO < '03000000')
AND (PU_DATE = { d '2002-02-15' })
ORDER BY TICKET_NO
I also tryed to PD = '2/15/2002' and I stil get errors.
What am I doing Wrong here ???
SELECT TICKET_NO AS TN, PU_DATE AS PD
FROM TICKETS
WHERE (TICKET_NO > '01999999') AND (TICKET_NO < '03000000')
AND (PU_DATE = { d '2002-02-15' })
ORDER BY TICKET_NO