Forum Discussion
anatar02
14 years agoContributor
Thanks Tanya for you reply :)
I have done some works in DB using Testcomplete with C# but here the issue is quite diffrent. the below line of code is working without any error but the issue is it is not returning any values
Log["Message"](mConnection["Execute"]("SELECT DATEDIFF(Second,'" + Executed_Time_Started +"','" + Executed_Time_Ended +"')"));
I have done some works in DB using Testcomplete with C# but here the issue is quite diffrent. the below line of code is working without any error but the issue is it is not returning any values
Log["Message"](mConnection["Execute"]("SELECT DATEDIFF(Second,'" + Executed_Time_Started +"','" + Executed_Time_Ended +"')"));