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
Dong Lam Trien
836
986
147.8k
Error reporting The SELECT statement includes a reserved word?
Aug 13 2020 11:21 PM
In C # .net when running an SQL query to get access data with an error The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect, the problem is incorrect:
SELECT
COUNT
(MAPB)
AS
Count
FROM
TABNHANVIEN
WHERE
(HIENAN =
'True'
)
AND
(MAPB = 3)
GROUP
BY
MAPB;
But I copy this query directly to the access sql query to run normally, with no error, I run another query in C # .Net running normally, no error like this message, you know what is wrong is not?
Reply
Answers (
2
)
How to add two dimentional array to datagridview...?
Upload Video By App Side.