G
Guest
Hallo
I have an SQLCE database into which I want to insert a datetim
INSERT INTO ADR_ADDRESS (Last_Edited) VALUES ( Convert('01-FEB-2004 11:12:22','dd-mon-yyyy hh:mi:si')
The table was defined wit
CREATE TABLE ADR_ADDRESS (
Address_ID integer Primary Key NOT NULL
,Last_Edited datetime
Unfortunately this does not work, can anyone see what is wrong
Thanks..
Nigel..
I have an SQLCE database into which I want to insert a datetim
INSERT INTO ADR_ADDRESS (Last_Edited) VALUES ( Convert('01-FEB-2004 11:12:22','dd-mon-yyyy hh:mi:si')
The table was defined wit
CREATE TABLE ADR_ADDRESS (
Address_ID integer Primary Key NOT NULL
,Last_Edited datetime
Unfortunately this does not work, can anyone see what is wrong
Thanks..
Nigel..