Hi
Do I have to use "using System.Data.SqlClient;" and how to access the data base and read values
I have to access database and read value of time such as Start_time1 = 8:00am End_time1 = 10:00am
and then compare another start time with it, so if Start_time2 = 9:00 it must detect it
speed1
Member
5 Points
5 Posts
Re: how to check time values in database
Dec 03, 2011 07:01 AM|LINK
Hi
Do I have to use "using System.Data.SqlClient;" and how to access the data base and read values
I have to access database and read value of time such as Start_time1 = 8:00am End_time1 = 10:00am
and then compare another start time with it, so if Start_time2 = 9:00 it must detect it