Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need Help in How to hook and re-route the c# function calls Pin
Not Active22-Dec-08 10:10
mentorNot Active22-Dec-08 10:10 
QuestionSpecify entire app.config at runtime Pin
Chazzysb22-Dec-08 5:00
Chazzysb22-Dec-08 5:00 
AnswerRe: Specify entire app.config at runtime Pin
Not Active22-Dec-08 10:07
mentorNot Active22-Dec-08 10:07 
Question.NET 2.0 Windows Service Deployment error on Windows 2008 server. Pin
Member 357347622-Dec-08 4:22
Member 357347622-Dec-08 4:22 
QuestionWriting to an Access DB locks DB Pin
Planker22-Dec-08 3:49
Planker22-Dec-08 3:49 
AnswerRe: Writing to an Access DB locks DB Pin
Dave Kreskowiak22-Dec-08 4:39
mveDave Kreskowiak22-Dec-08 4:39 
GeneralRe: Writing to an Access DB locks DB Pin
Planker22-Dec-08 5:01
Planker22-Dec-08 5:01 
AnswerRe: Writing to an Access DB locks DB Pin
Wendelius22-Dec-08 8:22
mentorWendelius22-Dec-08 8:22 
Planker wrote:
Is there a way I can open the DB with out locking the DB for any other write access


It's been awhile since I last used Access, but when using ADO there was several parameters for the connection string you could specify which would affect how the Access db works.

The records you update will be locked, but if you're not able to open the database using another connection, sounds like the db has been opened in exclusive mode.

You could see the following if there's any help: ADO Provider Properties and Settings[^]

However, if you're going to use the db seriously, I'd also suggest you move on to SQL Server.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Writing to an Access DB locks DB Pin
Dave Kreskowiak22-Dec-08 8:44
mveDave Kreskowiak22-Dec-08 8:44 
GeneralRe: Writing to an Access DB locks DB Pin
Wendelius22-Dec-08 9:31
mentorWendelius22-Dec-08 9:31 
QuestionHow to make Efficient algorithm Pin
wasimsharp22-Dec-08 3:44
wasimsharp22-Dec-08 3:44 
AnswerRe: How to make Efficient algorithm Pin
Pete O'Hanlon22-Dec-08 4:36
mvePete O'Hanlon22-Dec-08 4:36 
GeneralRe: How to make Efficient algorithm Pin
wasimsharp22-Dec-08 20:40
wasimsharp22-Dec-08 20:40 
AnswerRe: How to make Efficient algorithm Pin
Mark Churchill22-Dec-08 19:17
Mark Churchill22-Dec-08 19:17 
GeneralRe: How to make Efficient algorithm Pin
wasimsharp22-Dec-08 20:35
wasimsharp22-Dec-08 20:35 
Questionauto hide Pin
erdem0122-Dec-08 3:27
erdem0122-Dec-08 3:27 
AnswerRe: auto hide Pin
#realJSOP22-Dec-08 3:28
professional#realJSOP22-Dec-08 3:28 
QuestionRichTextBox.Find method fails to find known string. Pin
Mark F.22-Dec-08 3:21
Mark F.22-Dec-08 3:21 
AnswerRe: RichTextBox.Find method fails to find known string. Pin
Lev Danielyan22-Dec-08 3:26
Lev Danielyan22-Dec-08 3:26 
AnswerRe: RichTextBox.Find method fails to find known string. Pin
#realJSOP22-Dec-08 3:27
professional#realJSOP22-Dec-08 3:27 
GeneralRe: RichTextBox.Find method fails to find known string. <<< Fixed! Pin
Mark F.22-Dec-08 4:00
Mark F.22-Dec-08 4:00 
AnswerRe: RichTextBox.Find method fails to find known string. Pin
Pete O'Hanlon22-Dec-08 3:32
mvePete O'Hanlon22-Dec-08 3:32 
Questionhow to close MessageBox automatically Pin
Sajjad Izadi22-Dec-08 3:12
Sajjad Izadi22-Dec-08 3:12 
AnswerRe: how to close MessageBox automatically Pin
Tom Deketelaere22-Dec-08 3:19
professionalTom Deketelaere22-Dec-08 3:19 
GeneralRe: how to close MessageBox automatically Pin
Sajjad Izadi22-Dec-08 3:31
Sajjad Izadi22-Dec-08 3:31 

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.