Click here to Skip to main content
16,014,568 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionunique values Pin
n_gchaitra18-Jul-07 17:39
n_gchaitra18-Jul-07 17:39 
AnswerRe: unique values Pin
Paul Conrad18-Jul-07 19:29
professionalPaul Conrad18-Jul-07 19:29 
GeneralRe: unique values Pin
n_gchaitra19-Jul-07 2:07
n_gchaitra19-Jul-07 2:07 
GeneralRe: unique values Pin
Paul Conrad19-Jul-07 6:55
professionalPaul Conrad19-Jul-07 6:55 
GeneralRe: unique values Pin
n_gchaitra19-Jul-07 18:37
n_gchaitra19-Jul-07 18:37 
GeneralRe: unique values Pin
Paul Conrad19-Jul-07 18:40
professionalPaul Conrad19-Jul-07 18:40 
GeneralRe: unique values Pin
Psycho-*Coder*-Extreme21-Jul-07 18:55
Psycho-*Coder*-Extreme21-Jul-07 18:55 
AnswerRe: unique values Pin
Pete O'Hanlon20-Jul-07 4:43
mvePete O'Hanlon20-Jul-07 4:43 
Sorry to butt into your thread here, but there is a problem with this architectural approach. Suppose you have two users typing in values, and they both enter the same value. User 1 does the check to see if it's present and it says "Nope - ok to enter it here" because the row count is 0. User 2 does the check to see if it's present and it says "Nope - ok to enter it here" again, because the row count is 0. However, User 1 now inserts it into the table. When the code for User 2 attempts to insert the record, it is now duplicated.

Deja View - the feeling that you've seen this post before.

GeneralRe: unique values Pin
Paul Conrad21-Jul-07 18:34
professionalPaul Conrad21-Jul-07 18:34 
AnswerRe: unique values Pin
Urs Enzler22-Jul-07 6:34
Urs Enzler22-Jul-07 6:34 
QuestionUsing Reflection to iterate through a collection object? Pin
twista17-Jul-07 23:01
twista17-Jul-07 23:01 
AnswerRe: Using Reflection to iterate through a collection object? Pin
Urs Enzler22-Jul-07 22:29
Urs Enzler22-Jul-07 22:29 
GeneralRe: Using Reflection to iterate through a collection object? Pin
twista25-Jul-07 23:55
twista25-Jul-07 23:55 
Question.Net 3.0 installation always fail Pin
George_George16-Jul-07 21:49
George_George16-Jul-07 21:49 
AnswerRe: .Net 3.0 installation always fail Pin
Akhilesh Yadav17-Jul-07 0:09
Akhilesh Yadav17-Jul-07 0:09 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 0:42
George_George17-Jul-07 0:42 
AnswerRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 0:25
Kevin McFarlane17-Jul-07 0:25 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 0:37
George_George17-Jul-07 0:37 
GeneralRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 1:38
Kevin McFarlane17-Jul-07 1:38 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 2:28
George_George17-Jul-07 2:28 
GeneralRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 2:38
Kevin McFarlane17-Jul-07 2:38 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 3:11
George_George17-Jul-07 3:11 
GeneralRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 3:24
Kevin McFarlane17-Jul-07 3:24 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 3:44
George_George17-Jul-07 3:44 
QuestionWhere is .Net 2.0 configuration? Pin
Richard Jones16-Jul-07 4:46
Richard Jones16-Jul-07 4:46 

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.