Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am working on Window Application in C#.net & MS-Access as backend

While executing Insert, Update queries it will not reflecting any change in database due to security level.

When i open access database it is showing for Certain Content in the database has been disabled


Can Any body help me
Posted

Probably, it is a permissions problem. Look at where the access file is located, and try moving it to a folder with "open" access permissions (or create one).
 
Share this answer
 
In most cases this error occurs when the database is placed in the directory of application (..\bin\Debug or ..\bin\Release). Move access database file into another folder, for example: C\MyDatabase\...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900