View Single Post
  #6 (permalink)  
Old 01-16-2009, 10:25 AM
yathinj@gmail.com yathinj@gmail.com is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Oct 2008
Age: 33
Posts: 4
Reputation: 0
yathinj@gmail.com is on a distinguished programming path ahead
Thumbs up calculating MTBF

Wow.. awsome ..
Thanks dude , Its working now . Your second post was simple and effective . I just changed my database table to handle datetime in one single column because i keep getting this error "The data types date and varchar are incompatible in the add operator" when using CONVERT(DateTime, [Date] + ' ' + [Time]).
Anyway its working now . The result is what i needed.
Thanks for all the help .
Regards
Yathin

Greetings from singapore
Reply With Quote