Click here to Skip to main content
15,887,820 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Passing an open TCP socket to another application Pin
led mike15-Jun-09 9:17
led mike15-Jun-09 9:17 
GeneralRe: Passing an open TCP socket to another application Pin
Mark Salsbery15-Jun-09 9:24
Mark Salsbery15-Jun-09 9:24 
GeneralRe: Passing an open TCP socket to another application Pin
supercat915-Jun-09 9:49
supercat915-Jun-09 9:49 
GeneralRe: Passing an open TCP socket to another application Pin
led mike15-Jun-09 10:29
led mike15-Jun-09 10:29 
Questionhow to create crystal report in vb.net using sql server 2005. Pin
Neeta Sen12-Jun-09 21:58
Neeta Sen12-Jun-09 21:58 
Questionrearrange database Serial number after deleting a row Pin
Neeta Sen12-Jun-09 21:28
Neeta Sen12-Jun-09 21:28 
AnswerRe: rearrange database Serial number after deleting a row Pin
Eddy Vluggen13-Jun-09 0:57
professionalEddy Vluggen13-Jun-09 0:57 
AnswerRe: rearrange database Serial number after deleting a row Pin
Dave Kreskowiak13-Jun-09 2:07
mveDave Kreskowiak13-Jun-09 2:07 
Though it is possible todo, this also introduces performance and scalibility problems. Since you'll have to rewrite every record in the database to resqeuence the numbers, the more data you have in the table, the longer it takes to resequence them. Now, since you can't have people reading or writing to the database during this time, to (partially!!) maintain data integtry, noone can access the database at all until this resequence is done.

Now, AFTER the resequence, the data that everyone is looking at in their copy of the application is now obsolete, and if they make any changes to the database using this obsolete data, you've just destroyed the database. Everyone is going to have to reload the data they're using after every resequence.

What you want IS possible, but it's a HORRIBLE idea.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: rearrange database Serial number after deleting a row Pin
David Skelly14-Jun-09 22:29
David Skelly14-Jun-09 22:29 
QuestionReflecting attribute metadata from an instance of the type, not the type itself Pin
Gregory Gadow12-Jun-09 5:51
Gregory Gadow12-Jun-09 5:51 
AnswerProblem figured out Pin
Gregory Gadow12-Jun-09 7:21
Gregory Gadow12-Jun-09 7:21 
QuestionShipping Services - FedEx Pin
Saritha Palekula12-Jun-09 2:08
Saritha Palekula12-Jun-09 2:08 
AnswerRe: Shipping Services - FedEx Pin
Dave Kreskowiak12-Jun-09 4:08
mveDave Kreskowiak12-Jun-09 4:08 
AnswerRe: Shipping Services - FedEx Pin
0x3c012-Jun-09 6:06
0x3c012-Jun-09 6:06 
GeneralRe: Shipping Services - FedEx Pin
molesworth12-Jun-09 6:11
molesworth12-Jun-09 6:11 
AnswerRe: Shipping Services - FedEx Pin
molesworth13-Jun-09 3:56
molesworth13-Jun-09 3:56 
GeneralRe: Shipping Services - FedEx Pin
Saritha Palekula14-Jun-09 19:09
Saritha Palekula14-Jun-09 19:09 
QuestionNatural Language Processsing in .Net Pin
MindDevel@per11-Jun-09 22:40
MindDevel@per11-Jun-09 22:40 
AnswerRe: Natural Language Processsing in .Net Pin
Pete O'Hanlon11-Jun-09 23:37
mvePete O'Hanlon11-Jun-09 23:37 
GeneralRe: Natural Language Processsing in .Net Pin
MindDevel@per12-Jun-09 0:19
MindDevel@per12-Jun-09 0:19 
GeneralRe: Natural Language Processsing in .Net Pin
Dave Kreskowiak12-Jun-09 4:11
mveDave Kreskowiak12-Jun-09 4:11 
GeneralRe: Natural Language Processsing in .Net Pin
molesworth12-Jun-09 6:39
molesworth12-Jun-09 6:39 
GeneralRe: Natural Language Processsing in .Net Pin
Luc Pattyn12-Jun-09 7:18
sitebuilderLuc Pattyn12-Jun-09 7:18 
GeneralRe: Natural Language Processsing in .Net Pin
MindDevel@per14-Jun-09 17:42
MindDevel@per14-Jun-09 17:42 
GeneralRe: Natural Language Processsing in .Net Pin
annathor15-Jun-09 2:27
annathor15-Jun-09 2:27 

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.