ms-access

55 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

Solved January 20, 2014

No read permission on MSysObject error

I am trying to connect to an MS Access database (.mdb) through OleDb. My query is SELECT * FROM ListQueries which fetches me the…

thumb_up 8 trending_up 5
Solved July 3, 2013

Trouble writing to database in C# WinForm Application

I'm relatively inexperienced with professional programming, but I'm trying to write a program that interfaces with a MS Access Database. Essentially I'm gathering information…

thumb_up 7 trending_up 3
Solved November 29, 2012

Wrong number of arguments with SQL ISNULL() on Access DB

I have this query in VB application on Access DB: SELECT DISTINCT Specialization, MAX(a.faultZone) AS faultZone, ISNULL(a.faultCount, 0) AS NoOfFaults FROM Technicians AS t…

thumb_up 7 trending_up 5