G
Guest
i have windows application that read values from XML and generated the
following statement
Insert into lyric_Table(tID,CD, CeID, BkID, ChaID,ToID, SubID, ArtID,
PrBY,PrDate ,AFlag,ADate,ABY,ADate,
ApFlag,ApBY,Address,Type,Usr,KeyWord,Stat,Descr,Height,Path )
Values('1029','0','0','1031','1752','0','0','0','','07/09/2005 04:16:10
Ù…','0','01/01/1900','','01/01/1900','0','','991.xls
','12','','','1','','0','lyric\1030')
Error : Syntax error converting datetime from character string.
all date value fields are datetime type
following statement
Insert into lyric_Table(tID,CD, CeID, BkID, ChaID,ToID, SubID, ArtID,
PrBY,PrDate ,AFlag,ADate,ABY,ADate,
ApFlag,ApBY,Address,Type,Usr,KeyWord,Stat,Descr,Height,Path )
Values('1029','0','0','1031','1752','0','0','0','','07/09/2005 04:16:10
Ù…','0','01/01/1900','','01/01/1900','0','','991.xls
','12','','','1','','0','lyric\1030')
Error : Syntax error converting datetime from character string.
all date value fields are datetime type