G
GordonLiq
Hi ,
Could anyone please tell me the different between date string
#25/02/08# and '25/02/08' ?
when I use
INSERT INTO tfyMixed (FeedDate, RationID, LoadNo) VALUES (#25/02/08#, NULL,
NULL)
The real Date has been saved is Feb,2,2025
and when I use
INSERT INTO tfyMixed (FeedDate, RationID, LoadNo) VALUES ('25/02/08', NULL,
NULL)
The real Date is Feb,25 ,2008
The result Feb,25,2008 is what want , but all the code in my problem that
write by the previous are using the #25/02/08#.
is there any where that I donot have to modify all the codes?
Could anyone please tell me the different between date string
#25/02/08# and '25/02/08' ?
when I use
INSERT INTO tfyMixed (FeedDate, RationID, LoadNo) VALUES (#25/02/08#, NULL,
NULL)
The real Date has been saved is Feb,2,2025
and when I use
INSERT INTO tfyMixed (FeedDate, RationID, LoadNo) VALUES ('25/02/08', NULL,
NULL)
The real Date is Feb,25 ,2008
The result Feb,25,2008 is what want , but all the code in my problem that
write by the previous are using the #25/02/08#.
is there any where that I donot have to modify all the codes?