Click here to Skip to main content
15,889,795 members
Home / Discussions / C#
   

C#

 
AnswerRe: Thanks to Spacix One Pin
Christian Graus16-May-08 19:07
protectorChristian Graus16-May-08 19:07 
GeneralRe: Thanks to Spacix One Pin
Angelinna16-May-08 20:23
Angelinna16-May-08 20:23 
GeneralRe: Thanks to Spacix One Pin
Christian Graus16-May-08 20:25
protectorChristian Graus16-May-08 20:25 
GeneralRe: Thanks to Spacix One Pin
Angelinna17-May-08 17:35
Angelinna17-May-08 17:35 
QuestionException occure when run application in limited account Pin
cocoonwls16-May-08 17:04
cocoonwls16-May-08 17:04 
AnswerRe: Exception occure when run application in limited account Pin
Christian Graus16-May-08 19:13
protectorChristian Graus16-May-08 19:13 
GeneralRe: Exception occure when run application in limited account [modified] Pin
cocoonwls17-May-08 15:36
cocoonwls17-May-08 15:36 
AnswerRe: Exception occure when run application in limited account Pin
Peter Josefsson Sweden16-May-08 22:04
Peter Josefsson Sweden16-May-08 22:04 
The error originates in the Access (JET) database, when it tries to modify (delete) data. Assuming your database doesn't use the strange security mechanisms available in Access (using SYSTEM.MDB and so on for user names and passwords), I would guess that either:

a) The regular user doesn't have modify permissions on the MDB file.

b) The regular user doesn't have modify permissions on the LDB file, or sufficient permissions to create one when it doesn't exist.

This would make the database readonly for non-administrators, meaning that all attempts to modify data will throw exceptions.

If possible, you should look at using SQL Server 2005 Express Edition instead (sqlexpress for short). The Access JET database engine has been living under threat of extinction for a decade or so by now and has a number of drawbacks (one of them being that no user can modify any data in the database unless they have sufficient permissions to actually delete the entire database file if they feel like it). The learning curve for shipping it with your app (making it install silently and getting your initial database installed) is kind of steep but the job is simple once you get a hang of it (and there are a lot of good articles on it).

--
Peter

GeneralRe: Exception occure when run application in limited account [modified] Pin
cocoonwls17-May-08 15:43
cocoonwls17-May-08 15:43 
GeneralRe: Exception occure when run application in limited account Pin
Peter Josefsson Sweden18-May-08 9:31
Peter Josefsson Sweden18-May-08 9:31 
QuestionStrong Name Security Pin
William Ten Broek16-May-08 12:10
William Ten Broek16-May-08 12:10 
QuestionDataGridView KeyPress Event Not Working Pin
Win32SF16-May-08 10:22
Win32SF16-May-08 10:22 
AnswerRe: DataGridView KeyPress Event Not Working Pin
Mircea Puiu17-May-08 21:33
Mircea Puiu17-May-08 21:33 
GeneralRe: DataGridView KeyPress Event Not Working Pin
Win32SF18-May-08 6:36
Win32SF18-May-08 6:36 
Questionhow i can access to content of a fild of one recored in datagrid? Pin
bizhanmp16-May-08 9:59
bizhanmp16-May-08 9:59 
AnswerRe: how i can access to content of a fild of one recored in datagrid? Pin
Christian Graus16-May-08 14:11
protectorChristian Graus16-May-08 14:11 
QuestionFree easy to use CHM editor? Pin
Member 391904916-May-08 9:11
Member 391904916-May-08 9:11 
AnswerRe: Free easy to use CHM editor? Pin
Thomas Stockwell16-May-08 10:33
professionalThomas Stockwell16-May-08 10:33 
GeneralRe: Free easy to use CHM editor? Pin
Member 391904916-May-08 11:25
Member 391904916-May-08 11:25 
GeneralRe: Free easy to use CHM editor? Pin
Thomas Stockwell16-May-08 11:45
professionalThomas Stockwell16-May-08 11:45 
QuestionConcat two integers without cast Pin
mik116-May-08 7:03
mik116-May-08 7:03 
AnswerRe: Concat two integers without cast [modified] Pin
darkelv16-May-08 7:22
darkelv16-May-08 7:22 
GeneralRe: Concat two integers without cast Pin
Mustafa Ismail Mustafa16-May-08 7:33
Mustafa Ismail Mustafa16-May-08 7:33 
AnswerRe: Concat two integers without cast [modified] Pin
User 665816-May-08 7:58
User 665816-May-08 7:58 
AnswerRe: Concat two integers without cast Pin
Guffa16-May-08 8:24
Guffa16-May-08 8:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.