Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
QuestionC#.Net Pin
Ashwani_kumar22-Feb-06 17:31
Ashwani_kumar22-Feb-06 17:31 
AnswerRe: C#.Net Pin
George L. Jackson22-Feb-06 17:39
George L. Jackson22-Feb-06 17:39 
GeneralRe: C#.Net Pin
Ashwani_kumar22-Feb-06 17:41
Ashwani_kumar22-Feb-06 17:41 
GeneralRe: C#.Net Pin
George L. Jackson22-Feb-06 17:48
George L. Jackson22-Feb-06 17:48 
GeneralRe: C#.Net Pin
emran83422-Feb-06 18:19
emran83422-Feb-06 18:19 
GeneralRe: C#.Net Pin
Praveen Nayak23-Feb-06 21:20
Praveen Nayak23-Feb-06 21:20 
GeneralRe: C#.Net Pin
emran83423-Feb-06 23:27
emran83423-Feb-06 23:27 
GeneralRe: C#.Net Pin
Praveen Nayak24-Feb-06 0:09
Praveen Nayak24-Feb-06 0:09 
If you are using independent connections as suggested already earlier, it all comes down to whether the database maintains integrity of transactions. Yes it does, that is why we pay so much money to use an Oracle or SQL Server database. If thread A is inserting a row into the database, the concerned tables will be locked and thread B will be made to wait before it can read or delete stuff.

So, yes, database is the most convinient method, albeit a tad slower.

There has to be more to life than just this
GeneralTurn off the auto-close quote feature of the IDE... Pin
code-frog22-Feb-06 16:14
professionalcode-frog22-Feb-06 16:14 
QuestionApplication path Pin
jzb22-Feb-06 14:33
jzb22-Feb-06 14:33 
AnswerRe: Application path Pin
Christian Graus22-Feb-06 15:39
protectorChristian Graus22-Feb-06 15:39 
QuestionUTC Time from a C program Pin
mcljava22-Feb-06 14:21
mcljava22-Feb-06 14:21 
AnswerRe: UTC Time from a C program Pin
Jon Sagara22-Feb-06 15:00
Jon Sagara22-Feb-06 15:00 
GeneralRe: UTC Time from a C program Pin
mcljava22-Feb-06 15:43
mcljava22-Feb-06 15:43 
AnswerRe: UTC Time from a C program Pin
George L. Jackson22-Feb-06 17:32
George L. Jackson22-Feb-06 17:32 
GeneralRe: UTC Time from a C program Pin
mcljava23-Feb-06 7:44
mcljava23-Feb-06 7:44 
QuestionClick Click Pin
IceWater4222-Feb-06 13:42
IceWater4222-Feb-06 13:42 
AnswerRe: Click Click Pin
IceWater4223-Feb-06 9:32
IceWater4223-Feb-06 9:32 
Questionmaking calculator Pin
jessica gelina22-Feb-06 12:22
jessica gelina22-Feb-06 12:22 
AnswerRe: making calculator Pin
Colin Angus Mackay22-Feb-06 12:33
Colin Angus Mackay22-Feb-06 12:33 
General[Message Deleted] Pin
jessica gelina22-Feb-06 13:01
jessica gelina22-Feb-06 13:01 
GeneralRe: making calculator Pin
Colin Angus Mackay22-Feb-06 13:07
Colin Angus Mackay22-Feb-06 13:07 
GeneralRe: making calculator Pin
jessica gelina22-Feb-06 13:11
jessica gelina22-Feb-06 13:11 
GeneralRe: making calculator Pin
Sean8922-Feb-06 14:01
Sean8922-Feb-06 14:01 
GeneralRe: making calculator Pin
jessica gelina22-Feb-06 14:10
jessica gelina22-Feb-06 14:10 

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.