Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
QuestionProblem with while loop and text file Pin
kallileo16-Jun-09 0:56
kallileo16-Jun-09 0:56 
AnswerRe: Problem with while loop and text file [modified] Pin
Luc Pattyn16-Jun-09 1:03
sitebuilderLuc Pattyn16-Jun-09 1:03 
GeneralRe: Problem with while loop and text file Pin
OriginalGriff16-Jun-09 1:11
mveOriginalGriff16-Jun-09 1:11 
GeneralRe: Problem with while loop and text file Pin
Le centriste16-Jun-09 2:18
Le centriste16-Jun-09 2:18 
GeneralRe: Problem with while loop and text file Pin
Luc Pattyn16-Jun-09 2:42
sitebuilderLuc Pattyn16-Jun-09 2:42 
GeneralRe: Problem with while loop and text file Pin
kallileo16-Jun-09 2:46
kallileo16-Jun-09 2:46 
QuestionMultiple user accessing single DB Pin
Hum Dum16-Jun-09 0:50
Hum Dum16-Jun-09 0:50 
AnswerRe: Multiple user accessing single DB Pin
Tom Deketelaere16-Jun-09 1:22
professionalTom Deketelaere16-Jun-09 1:22 
Hum Dum wrote:
How to use same MDB file over LAN network


Place the db on a place that is accessible for all the pc's in the network (that use your program).
Then you need to alter you connectionstring so that it points to the path where the db is.

Where it comes to locks and performance, it depends on how you'v written your program.
Access isn't the best solution for a multi user environment. And depending on how you'v written your code it could cause db locks or strange behavior when more than 1 user is altering the same data.
Only testing will tell you that.
GeneralRe: Multiple user accessing single DB Pin
Hum Dum16-Jun-09 18:55
Hum Dum16-Jun-09 18:55 
GeneralRe: Multiple user accessing single DB Pin
Tom Deketelaere16-Jun-09 21:09
professionalTom Deketelaere16-Jun-09 21:09 
AnswerRe: Multiple user accessing single DB Pin
Nagy Vilmos16-Jun-09 2:35
professionalNagy Vilmos16-Jun-09 2:35 
GeneralRe: Multiple user accessing single DB Pin
Hum Dum16-Jun-09 18:58
Hum Dum16-Jun-09 18:58 
AnswerRe: Multiple user accessing single DB Pin
OriginalGriff16-Jun-09 4:40
mveOriginalGriff16-Jun-09 4:40 
Questioncontroling cells in TableLayoutPanel Pin
samy10016-Jun-09 0:43
samy10016-Jun-09 0:43 
AnswerRe: controling cells in TableLayoutPanel Pin
OriginalGriff16-Jun-09 1:05
mveOriginalGriff16-Jun-09 1:05 
QuestionRemote Desktop Connection Pin
singhdurgesh16-Jun-09 0:17
singhdurgesh16-Jun-09 0:17 
AnswerRe: Remote Desktop Connection [modified] Pin
Baran M16-Jun-09 1:38
Baran M16-Jun-09 1:38 
GeneralRe: Remote Desktop Connection Pin
singhdurgesh16-Jun-09 1:56
singhdurgesh16-Jun-09 1:56 
GeneralRe: Remote Desktop Connection Pin
Baran M16-Jun-09 2:03
Baran M16-Jun-09 2:03 
GeneralRe: Remote Desktop Connection Pin
singhdurgesh16-Jun-09 2:17
singhdurgesh16-Jun-09 2:17 
GeneralRe: Remote Desktop Connection Pin
Baran M16-Jun-09 2:38
Baran M16-Jun-09 2:38 
QuestionTracking number of a given object stored in memory Pin
Nil_IQ15-Jun-09 23:59
Nil_IQ15-Jun-09 23:59 
AnswerRe: Tracking number of a given object stored in memory [modified] Pin
Luc Pattyn16-Jun-09 0:22
sitebuilderLuc Pattyn16-Jun-09 0:22 
JokeRe: Tracking number of a given object stored in memory Pin
OriginalGriff16-Jun-09 1:14
mveOriginalGriff16-Jun-09 1:14 
GeneralRe: Tracking number of a given object stored in memory Pin
Luc Pattyn16-Jun-09 1:26
sitebuilderLuc Pattyn16-Jun-09 1:26 

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.