Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Attempt to write in a readonly database ERROR Pin
PIEBALDconsult21-Jul-15 7:06
mvePIEBALDconsult21-Jul-15 7:06 
GeneralRe: Attempt to write in a readonly database ERROR Pin
DPaul199421-Jul-15 7:10
DPaul199421-Jul-15 7:10 
GeneralRe: Attempt to write in a readonly database ERROR Pin
PIEBALDconsult21-Jul-15 7:17
mvePIEBALDconsult21-Jul-15 7:17 
GeneralRe: Attempt to write in a readonly database ERROR Pin
DPaul199421-Jul-15 7:27
DPaul199421-Jul-15 7:27 
GeneralRe: Attempt to write in a readonly database ERROR Pin
PIEBALDconsult21-Jul-15 7:35
mvePIEBALDconsult21-Jul-15 7:35 
GeneralRe: Attempt to write in a readonly database ERROR Pin
Eddy Vluggen21-Jul-15 8:03
professionalEddy Vluggen21-Jul-15 8:03 
GeneralRe: Attempt to write in a readonly database ERROR Pin
PIEBALDconsult21-Jul-15 8:06
mvePIEBALDconsult21-Jul-15 8:06 
GeneralRe: Attempt to write in a readonly database ERROR Pin
Eddy Vluggen21-Jul-15 8:21
professionalEddy Vluggen21-Jul-15 8:21 
Looking at the fence, I'd say it is pretty sturdy Smile | :)

The database is not chosen only based on environment; having a server would solve the problem with the file-system rights, but would also be quite a bit overkill if the application is comparable to, say, KeePass.

By the way it reads, it would be data that is accessed by multiple users simultaneous. In that case, SQLite definitely is not suited for the task, as only one person can have a file open for writing at a time.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: Attempt to write in a readonly database ERROR Pin
Eddy Vluggen21-Jul-15 8:06
professionalEddy Vluggen21-Jul-15 8:06 
AnswerRe: Attempt to write in a readonly database ERROR Pin
Pete O'Hanlon21-Jul-15 8:25
mvePete O'Hanlon21-Jul-15 8:25 
QuestionSystem.DirectoryServices.ActiveDirectory Missing Pin
Toni7821-Jul-15 4:31
Toni7821-Jul-15 4:31 
AnswerRe: System.DirectoryServices.ActiveDirectory Missing Pin
Dave Kreskowiak21-Jul-15 5:10
mveDave Kreskowiak21-Jul-15 5:10 
GeneralRe: System.DirectoryServices.ActiveDirectory Missing Pin
Toni7821-Jul-15 23:47
Toni7821-Jul-15 23:47 
GeneralRe: System.DirectoryServices.ActiveDirectory Missing Pin
Ferd Really21-Jul-15 5:21
Ferd Really21-Jul-15 5:21 
GeneralRe: System.DirectoryServices.ActiveDirectory Missing Pin
Toni7821-Jul-15 23:49
Toni7821-Jul-15 23:49 
AnswerRe: System.DirectoryServices.ActiveDirectory Missing Pin
PIEBALDconsult21-Jul-15 9:52
mvePIEBALDconsult21-Jul-15 9:52 
GeneralRe: System.DirectoryServices.ActiveDirectory Missing Pin
Toni7821-Jul-15 23:48
Toni7821-Jul-15 23:48 
Questionvisual studio 2015 local database help Pin
jamesmc153520-Jul-15 21:38
jamesmc153520-Jul-15 21:38 
AnswerRe: visual studio 2015 local database help Pin
Eddy Vluggen21-Jul-15 0:26
professionalEddy Vluggen21-Jul-15 0:26 
GeneralRe: visual studio 2015 local database help Pin
jamesmc153521-Jul-15 0:29
jamesmc153521-Jul-15 0:29 
GeneralRe: visual studio 2015 local database help Pin
Eddy Vluggen21-Jul-15 1:15
professionalEddy Vluggen21-Jul-15 1:15 
GeneralRe: visual studio 2015 local database help Pin
jamesmc153521-Jul-15 1:17
jamesmc153521-Jul-15 1:17 
GeneralRe: visual studio 2015 local database help Pin
Eddy Vluggen21-Jul-15 8:10
professionalEddy Vluggen21-Jul-15 8:10 
AnswerRe: visual studio 2015 local database help Pin
Richard MacCutchan21-Jul-15 3:35
mveRichard MacCutchan21-Jul-15 3:35 
QuestionAssigning Tuple.Create to a Func ? ... an interesting code fragment Pin
BillWoodruff20-Jul-15 8:51
professionalBillWoodruff20-Jul-15 8:51 

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.