I am creating a windows application and for that I am using M S Access as a database. But while performing an insert or update operation I am getting an exception as :
"Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.
I am facing this problem only for single table. In other tables I can perform insert, update operations.
I have tried replacing this database with the one which was previously working. I checked the size of the database and its not above 10MB also. Why is this happening. Previously I was able to perform all operations on the same table.
Please suggest a solution