Click here to Skip to main content
15,917,971 members
Home / Discussions / Database
   

Database

 
GeneralRe: OLE DB Povider Dialog Pin
dabuskol4-Aug-03 0:41
dabuskol4-Aug-03 0:41 
GeneralDataSet doesn't deallocate used memory Pin
Rampas Tomas31-Jul-03 1:18
Rampas Tomas31-Jul-03 1:18 
GeneralRe: DataSet doesn't deallocate used memory Pin
Mike Dimmick31-Jul-03 1:35
Mike Dimmick31-Jul-03 1:35 
GeneralRe: DataSet doesn't deallocate used memory Pin
Rampas Tomas31-Jul-03 1:48
Rampas Tomas31-Jul-03 1:48 
GeneralQuestion about the increment Pin
Exceter30-Jul-03 18:09
Exceter30-Jul-03 18:09 
GeneralRe: Question about the increment Pin
Hesham Amin30-Jul-03 19:32
Hesham Amin30-Jul-03 19:32 
GeneralRe: Question about the increment Pin
Exceter30-Jul-03 23:46
Exceter30-Jul-03 23:46 
GeneralRe: Question about the increment Pin
Arjan Einbu31-Jul-03 1:13
Arjan Einbu31-Jul-03 1:13 
Why would you want to do this?

If your ID column is referenced from somewhere else, you will have to update all those tables too.

Let the hole be! Especially if you're using IDENTITY.

(It can be done, but will be some work, as you first will have to temporarily SET IDENTITY INSERT ON for your table. Insert row 4 in row 3's place, delete row4, insert row 5 in row 4's place. (Which you offcourse will do in a loop.))

If you really really need this functionality, it is better NOT to use the IDENTITY column, since that will allow you to use an UPDATE statement instead. (Possibly in a trigger or a stored proc...)
Generalproblem in adding records after deleting some records Pin
Wormhole523030-Jul-03 4:38
Wormhole523030-Jul-03 4:38 
GeneralRe: problem in adding records after deleting some records Pin
Hesham Amin30-Jul-03 9:00
Hesham Amin30-Jul-03 9:00 
QuestionDoes access work on network? Pin
Anonymous30-Jul-03 3:03
Anonymous30-Jul-03 3:03 
AnswerRe: Does access work on network? Pin
Mike Dimmick30-Jul-03 3:11
Mike Dimmick30-Jul-03 3:11 
GeneralRe: Does access work on network? Pin
Member 9630-Jul-03 4:25
Member 9630-Jul-03 4:25 
GeneralRe: Does access work on network? Pin
Mike Dimmick30-Jul-03 4:49
Mike Dimmick30-Jul-03 4:49 
GeneralRe: Does access work on network? Pin
Member 9630-Jul-03 5:28
Member 9630-Jul-03 5:28 
AnswerRe: Does access work on network? Pin
Member 9630-Jul-03 4:23
Member 9630-Jul-03 4:23 
GeneralADO Performance Pin
RChin29-Jul-03 22:40
RChin29-Jul-03 22:40 
GeneralRe: ADO Performance Pin
Mike Dimmick30-Jul-03 3:36
Mike Dimmick30-Jul-03 3:36 
GeneralRe: ADO Performance Pin
RChin30-Jul-03 22:34
RChin30-Jul-03 22:34 
QuestionHow to get the columns except one Pin
Exceter29-Jul-03 18:45
Exceter29-Jul-03 18:45 
AnswerRe: How to get the columns except one Pin
Mike Dimmick30-Jul-03 3:07
Mike Dimmick30-Jul-03 3:07 
GeneralRe: How to get the columns except one Pin
Alexander Kojevnikov30-Jul-03 5:15
Alexander Kojevnikov30-Jul-03 5:15 
GeneralRe: How to get the columns except one Pin
Philip Patrick31-Jul-03 2:38
professionalPhilip Patrick31-Jul-03 2:38 
GeneralRe: How to get the columns except one Pin
Alexander Kojevnikov31-Jul-03 4:16
Alexander Kojevnikov31-Jul-03 4:16 
GeneralDetecting MDAC version Pin
Thesisus29-Jul-03 8:04
Thesisus29-Jul-03 8:04 

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.