TRY following code for SQL Server
INSERT INTO FOB (Purch_Ord_Line_No, Tracker_No, FOB_Date) Values ( 999,1,CONVERT(DATETIME, '31/12/2002', 103)
TRY following code for Oracle
INSERT INTO FOB (Purch_Ord_Line_No, Tracker_No, FOB_Date) Values ( 999,1,to_date('31/12/2002','dd/mm/rrrr'))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.