Click here to Skip to main content
15,890,438 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to combine UPDATE and COUNT in a query [modified] Pin
Arun.Immanuel22-Apr-07 4:34
Arun.Immanuel22-Apr-07 4:34 
AnswerRe: How to combine UPDATE and COUNT in a query Pin
kubben22-Apr-07 4:55
kubben22-Apr-07 4:55 
QuestionSyntax Error in Join Operation Pin
freefika22-Apr-07 2:51
freefika22-Apr-07 2:51 
AnswerRe: Syntax Error in Join Operation Pin
Krish - KP22-Apr-07 17:43
Krish - KP22-Apr-07 17:43 
GeneralCasts from DataReader Pin
Brady Kelly22-Apr-07 0:52
Brady Kelly22-Apr-07 0:52 
GeneralRe: Casts from DataReader Pin
xibeifeijian22-Apr-07 15:22
xibeifeijian22-Apr-07 15:22 
QuestionHow to add a column to an existing SQL database table Pin
furjaw21-Apr-07 20:29
furjaw21-Apr-07 20:29 
AnswerRe: How to add a column to an existing SQL database table Pin
kubben22-Apr-07 1:51
kubben22-Apr-07 1:51 
I don't know anyway that you could add a column to a sql table just by adding it to your dataset designer. YOu need to have rights on your sql server to alter the table you want to add the column to. Then you would need to use a sql query to add the column. Assuming Case# is an integer your query statement might look like this:
ALTER TABLE yourtablenamehere ADD Case# int NULL 


NOTE I can't remember if # is allowed in a column name or not. I guess running that query would tell you that.

Hope that helps.
Ben
GeneralRe: How to add a column to an existing SQL database table Pin
Jerry Hammond22-Apr-07 4:26
Jerry Hammond22-Apr-07 4:26 
GeneralRe: How to add a column to an existing SQL database table Pin
furjaw22-Apr-07 17:27
furjaw22-Apr-07 17:27 
GeneralRe: How to add a column to an existing SQL database table Pin
furjaw22-Apr-07 18:48
furjaw22-Apr-07 18:48 
QuestionHow to query this? Pin
Arun.Immanuel21-Apr-07 18:55
Arun.Immanuel21-Apr-07 18:55 
AnswerRe: How to query this? Pin
Colin Angus Mackay21-Apr-07 23:42
Colin Angus Mackay21-Apr-07 23:42 
GeneralRe: How to query this? Pin
Arun.Immanuel21-Apr-07 23:58
Arun.Immanuel21-Apr-07 23:58 
GeneralRe: How to query this? [modified] Pin
Arun.Immanuel22-Apr-07 0:25
Arun.Immanuel22-Apr-07 0:25 
GeneralRe: How to query this? Pin
DQNOK24-Apr-07 12:03
professionalDQNOK24-Apr-07 12:03 
QuestionHow to work with manage code in the dll Pin
Romiks21-Apr-07 8:55
Romiks21-Apr-07 8:55 
QuestionSQL Server enum datatype problem Pin
tanvir.faraj20-Apr-07 22:31
tanvir.faraj20-Apr-07 22:31 
AnswerRe: SQL Server enum datatype problem Pin
Sascha Andres22-Apr-07 3:22
Sascha Andres22-Apr-07 3:22 
Questionquery of select max number Pin
Mohammad Daba'an20-Apr-07 19:48
Mohammad Daba'an20-Apr-07 19:48 
AnswerRe: query of select max number Pin
japel20-Apr-07 20:03
japel20-Apr-07 20:03 
GeneralRe: query of select max number Pin
Mohammad Daba'an20-Apr-07 20:06
Mohammad Daba'an20-Apr-07 20:06 
GeneralRe: query of select max number Pin
japel20-Apr-07 20:24
japel20-Apr-07 20:24 
GeneralRe: query of select max number Pin
Mohammad Daba'an20-Apr-07 20:34
Mohammad Daba'an20-Apr-07 20:34 
GeneralRe: query of select max number Pin
Arun.Immanuel21-Apr-07 3:59
Arun.Immanuel21-Apr-07 3: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.