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
GoGi Febo
NA
508
5.7k
how to change true into false in access table from c#
Oct 29 2014 6:42 PM
Hi, simple question, simple! How to change true into false or false into true in access table. I try to update record with false into true. How ???
1 try =>
parametarSQL = "UPDATE Vrsteprojekata SET dostupan = '" + false + "' WHERE id = '" + id + "'"; -> nothing....
2. try =>
parametarSQL = "UPDATE Vrsteprojekata SET dostupan = false WHERE id = '" + id + "'"; -> nothing....
3. try =>
parametarSQL = "UPDATE Vrsteprojekata SET dostupan = 0 WHERE id = '" + id + "'"; -> nothing....
Reply
Answers (
2
)
ask the code retrieve data from timekeeper
Failed to Open Connection, [Database vendor code 17]