TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
simon macharia
NA
6
2.3k
calculate time difference
Jul 24 2016 1:07 PM
I'm try to us the following code
string timespent1 = "SELECT DATEDIFF(minute ,departureTime,entryTime) AS timespent FROM mambo where plateno = '" + TextBox1.Text + "'";
SqlCommand comman = new SqlCommand(timespent1, conn);
comman.Parameters.AddWithValue("@timespent", ToString());
comman.ExecuteNonQuery();
where departureTime is the departure time and entryTime is the entry time both in data type of
datetime
unfortunately is returnining a null value in the database.
Reply
Answers (
4
)
how to make marquee move the whole text
Web Configuration Tool in Visual Studio 2013