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
Jagjit Saini
NA
166
0
Error in Update Command
Sep 8 2011 7:40 AM
Hi
MySqlCommand =
I am using MySql database.
Thanks
myCommand =
new
MySqlCommand
(
"update hs_hr_attendance set punchout_time = "
+
"SubTime(Now(), '03:30:00')"
+
" where DATE_FORMAT(punchin_time,'%d/%m/%Y') = '"
+ _dt.ToString(
"dd/MM/yyyy"
) +
"' and employee_id = "
+ empno +
")"
, con);
Reply
Answers (
1
)
Error when trying to run the application
How to execute particular sql function in all databases of particular pC?