G'day all.

how to determine execute time of a SQL query?

sTime=read system time
-> execute a NonQuery on a database
eTime=read system time

calculate the diff.. dTime=eTime-sTime..

no go..
Error: Value of type 'System.TimeSpan' cannot be converted to 'Date'.

any ideas on how to get the diff???

thanks,