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

Database

 
GeneralRe: insertion error Pin
Colin Angus Mackay27-Feb-07 1:46
Colin Angus Mackay27-Feb-07 1:46 
GeneralRe: insertion error Pin
Sebastian T Xavier27-Feb-07 2:38
Sebastian T Xavier27-Feb-07 2:38 
GeneralRe: insertion error Pin
Colin Angus Mackay27-Feb-07 2:53
Colin Angus Mackay27-Feb-07 2:53 
QuestionLinking Tables Pin
Member 374156226-Feb-07 22:36
Member 374156226-Feb-07 22:36 
AnswerRe: Linking Tables Pin
Krish - KP26-Feb-07 22:49
Krish - KP26-Feb-07 22:49 
QuestionAutoNumber in SQL server Pin
Member 374156226-Feb-07 20:45
Member 374156226-Feb-07 20:45 
AnswerRe: AutoNumber in SQL server Pin
Krish - KP26-Feb-07 20:54
Krish - KP26-Feb-07 20:54 
AnswerRe: AutoNumber in SQL server Pin
RavikumarR26-Feb-07 21:31
RavikumarR26-Feb-07 21:31 
yes that s IDENTITY

See the example :

CREATE TABLE Emp (EMPID int IDENTITY (1, 1) NOT NULL ,EMPNAME VARCHAR(20))

Above this examble Identity is like an auto increment.
The Parameters (1,1) represents Start Number, Increment Number

this example starts 1 and next incremented by 1

RK

RK


RK

AnswerRe: AutoNumber in SQL server Pin
RavikumarR26-Feb-07 21:32
RavikumarR26-Feb-07 21:32 
QuestionCannot execute procedure under unix Pin
LoadBitmap26-Feb-07 20:29
LoadBitmap26-Feb-07 20:29 
AnswerRe: Cannot Informix execute procedure under unix Pin
andyharman26-Feb-07 23:40
professionalandyharman26-Feb-07 23:40 
GeneralRe: Cannot Informix execute procedure under unix Pin
LoadBitmap27-Feb-07 13:53
LoadBitmap27-Feb-07 13:53 
Questionquery to print only the duplicate records Pin
indian14326-Feb-07 20:11
indian14326-Feb-07 20:11 
AnswerRe: query to print only the duplicate records Pin
Krish - KP26-Feb-07 20:50
Krish - KP26-Feb-07 20:50 
GeneralRe: query to print only the duplicate records Pin
indian14328-Feb-07 20:14
indian14328-Feb-07 20:14 
GeneralRe: query to print only the duplicate records Pin
Krish - KP28-Feb-07 22:18
Krish - KP28-Feb-07 22:18 
GeneralRe: query to print only the duplicate records Pin
indian14328-Feb-07 22:25
indian14328-Feb-07 22:25 
GeneralRe: query to print only the duplicate records Pin
Krish - KP1-Mar-07 16:53
Krish - KP1-Mar-07 16:53 
GeneralRe: query to print only the duplicate records Pin
indian1431-Mar-07 18:03
indian1431-Mar-07 18:03 
GeneralRe: query to print only the duplicate records Pin
Krish - KP2-Mar-07 0:26
Krish - KP2-Mar-07 0:26 
GeneralRe: query to print only the duplicate records Pin
indian1432-Mar-07 0:40
indian1432-Mar-07 0:40 
Questionneed help resolving error in custom sp Pin
brainfuelmedia_26-Feb-07 11:18
brainfuelmedia_26-Feb-07 11:18 
AnswerRe: need help resolving error in custom sp Pin
WoutL26-Feb-07 11:49
WoutL26-Feb-07 11:49 
AnswerRe: need help resolving error in custom sp Pin
Krish - KP26-Feb-07 16:43
Krish - KP26-Feb-07 16:43 
QuestionWhat does dock or link tables into Access mean? Pin
Marcus J. Smith26-Feb-07 7:59
professionalMarcus J. Smith26-Feb-07 7:59 

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.