I have a problem with sql query test
It's returnInsert into AHM (Host,TestName ,DateTime ,Reply ,Status ,TestMethod,TestId)
VALUES ('%FCommentLine1%', '%TestName%', '%Date%', '%Reply%',
'%Status%', '%TestMethod%', '%TestId%')
I don't understand this error, I think variables types are goodthe conversion of a char data type to a datetime data type resulted in an out-of-rage datetime value
I use SQL EXPRESS 2005 on Win 2003 Server SP1 US(<Host, varchar(50),>
,<TestName, varchar(50),>
,<DateTime, datetime,>
,<Reply, float,>
,<Status, varchar(20),>
,<TestMethod, varchar(50),>
,<TestId, int,>)