Click here to Skip to main content
15,922,574 members
Home / Discussions / Database
   

Database

 
AnswerRe: Store " ' " in database Pin
DiWa28-Aug-05 21:11
DiWa28-Aug-05 21:11 
GeneralRe: Store " ' " in database Pin
imshally8128-Aug-05 21:33
imshally8128-Aug-05 21:33 
AnswerRe: Store " ' " in database Pin
DiWa28-Aug-05 22:40
DiWa28-Aug-05 22:40 
AnswerRe: Store " ' " in database Pin
Colin Angus Mackay29-Aug-05 1:37
Colin Angus Mackay29-Aug-05 1:37 
Questionsample database in sql server 2005 developer Pin
lagumaster28-Aug-05 16:26
lagumaster28-Aug-05 16:26 
AnswerRe: sample database in sql server 2005 developer Pin
Christian Graus28-Aug-05 17:15
protectorChristian Graus28-Aug-05 17:15 
GeneralRe: sample database in sql server 2005 developer Pin
lagumaster28-Aug-05 19:03
lagumaster28-Aug-05 19:03 
QuestionSQL Server Identity field... Pin
code-frog28-Aug-05 9:03
professionalcode-frog28-Aug-05 9:03 
Used this code to create the field in the table:
ALTER TABLE invoice add number INT IDENTITY(10000,1) NOT NULL

Now I must be forgetting something because when I bind a page to the field
and load it for entering in the record that corresponds to it I'm not getting
the number from the database.

I cannot remember how you do this. I'm using C# but I don't consider this a
C# question. I think I need to do something else SQL Server side but I'm not
a dba and I don't remember...{SIGH}Sigh | :sigh:

Anybody know how I get the autonumber/identity to kick me the next number
in order on the table? I've only got experience with this in Sybase and I
don't see a correllation between this instance and Sybase at all...

Ideas?




My name is Maximus Decimus Meridius, commander of the Armies of the North, General of the Felix Legions, loyal servant to the true emperor, Marcus Aurelius. Father to a murdered son, husband to a murdered wife. And I will finish this project, in this life or the next. Slightly modified " from Gladiator.

Code-frog System Architects, Inc.

-- modified at 15:04 Sunday 28th August, 2005

AnswerRe: SQL Server Identity field... Pin
Jon Sagara28-Aug-05 10:41
Jon Sagara28-Aug-05 10:41 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 11:25
professionalcode-frog28-Aug-05 11:25 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 11:30
professionalcode-frog28-Aug-05 11:30 
GeneralRe: SQL Server Identity field... Pin
Jon Sagara28-Aug-05 11:31
Jon Sagara28-Aug-05 11:31 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 12:14
professionalcode-frog28-Aug-05 12:14 
QuestionHow can I read all 13000 rows from a MS Access Table Pin
softty28-Aug-05 7:56
softty28-Aug-05 7:56 
Questiongorsql server 2005 Pin
lagumaster27-Aug-05 12:59
lagumaster27-Aug-05 12:59 
QuestionApp crashes when filling a dataset in windows 98 Pin
beatles169227-Aug-05 1:41
beatles169227-Aug-05 1:41 
AnswerRe: App crashes when filling a dataset in windows 98 Pin
Colin Angus Mackay27-Aug-05 21:11
Colin Angus Mackay27-Aug-05 21:11 
QuestionVB.net using ado.net oledb connection by coding Pin
SolankiPratik26-Aug-05 14:12
SolankiPratik26-Aug-05 14:12 
QuestionHow do I query dates stored in a varchar field? Pin
Icharus26-Aug-05 11:45
Icharus26-Aug-05 11:45 
AnswerRe: How do I query dates stored in a varchar field? Pin
Rob Graham26-Aug-05 11:54
Rob Graham26-Aug-05 11:54 
GeneralRe: How do I query dates stored in a varchar field? Pin
Icharus26-Aug-05 12:13
Icharus26-Aug-05 12:13 
GeneralRe: How do I query dates stored in a varchar field? Pin
airbus38026-Aug-05 23:45
airbus38026-Aug-05 23:45 
GeneralRe: How do I query dates stored in a varchar field? Pin
Icharus29-Aug-05 6:31
Icharus29-Aug-05 6:31 
GeneralRe: How do I query dates stored in a varchar field? Pin
airbus38026-Aug-05 23:58
airbus38026-Aug-05 23:58 
GeneralRe: How do I query dates stored in a varchar field? Pin
airbus38026-Aug-05 23:54
airbus38026-Aug-05 23:54 

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.