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

.NET (Core and Framework)

 
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 
AnswerRe: rearrange database Serial number after deleting a row Pin
David Skelly14-Jun-09 22:29
David Skelly14-Jun-09 22:29 
I think it would be helpful to know why you want to do this. As others have pointed out, it is not generally regarded as good practice but in rare circumstances I suppose you could make a case for it. Depending on how large your table is and how frequent or infrequent the deletions are, it may be feasible to resequence on every delete but we'd need more information in order to be able to judge. (If you only delete a department once a year you could get away with it, if you're doing it many times a day then probably not.)

Is there a specific reason why you do not want to have gaps in the sequence numbers in your table? Also, is serial number the unique key to your table, or is it just a sequence number that gets displayed to the user, or is it used for alternate sort sequences or something like that?

Also, there is a database forum here. If you have a question relating to databases, you might get a better answer there.
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 
QuestionRe: Natural Language Processsing in .Net [modified] Pin
MindDevel@per15-Jun-09 17:45
MindDevel@per15-Jun-09 17:45 

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.