Click here to Skip to main content
15,899,126 members
Home / Discussions / Database
   

Database

 
AnswerRe: Job Name Pin
Harini N K21-Feb-07 22:35
Harini N K21-Feb-07 22:35 
QuestionOrder of operations and Short circuit Pin
Keith Andersch13-Feb-07 9:51
Keith Andersch13-Feb-07 9:51 
AnswerRe: Order of operations and Short circuit Pin
Pete O'Hanlon13-Feb-07 10:13
mvePete O'Hanlon13-Feb-07 10:13 
GeneralRe: Order of operations and Short circuit Pin
Keith Andersch13-Feb-07 10:33
Keith Andersch13-Feb-07 10:33 
GeneralRe: Order of operations and Short circuit Pin
M A A Mehedi Hasan13-Feb-07 23:25
M A A Mehedi Hasan13-Feb-07 23:25 
GeneralRe: Order of operations and Short circuit Pin
Pete O'Hanlon13-Feb-07 23:45
mvePete O'Hanlon13-Feb-07 23:45 
QuestionProgram can't connect with the server ,, vb.net 2005 Pin
kindman_nb13-Feb-07 8:49
kindman_nb13-Feb-07 8:49 
AnswerRe: Program can't connect with the server ,, vb.net 2005 Pin
Pete O'Hanlon13-Feb-07 9:24
mvePete O'Hanlon13-Feb-07 9:24 
GeneralRe: Program can't connect with the server ,, vb.net 2005 Pin
kindman_nb13-Feb-07 9:30
kindman_nb13-Feb-07 9:30 
GeneralRe: Program can't connect with the server ,, vb.net 2005 Pin
Pete O'Hanlon13-Feb-07 9:40
mvePete O'Hanlon13-Feb-07 9:40 
GeneralRe: Program can't connect with the server ,, vb.net 2005 Pin
kindman_nb13-Feb-07 9:54
kindman_nb13-Feb-07 9:54 
GeneralRe: Program can't connect with the server ,, vb.net 2005 Pin
Pete O'Hanlon13-Feb-07 10:02
mvePete O'Hanlon13-Feb-07 10:02 
GeneralRe: Program can't connect with the server ,, vb.net 2005 Pin
kindman_nb13-Feb-07 20:56
kindman_nb13-Feb-07 20:56 
QuestionOleDbCommand Pin
TheJudeDude13-Feb-07 7:25
TheJudeDude13-Feb-07 7:25 
AnswerRe: OleDbCommand Pin
andyharman13-Feb-07 7:53
professionalandyharman13-Feb-07 7:53 
GeneralRe: OleDbCommand Pin
TheJudeDude13-Feb-07 9:27
TheJudeDude13-Feb-07 9:27 
GeneralRe: OleDbCommand Pin
TheJudeDude13-Feb-07 10:00
TheJudeDude13-Feb-07 10:00 
AnswerRe: OleDbCommand Pin
TheJudeDude13-Feb-07 11:13
TheJudeDude13-Feb-07 11:13 
Questiondeleting data from datagrid Pin
minkinin13-Feb-07 3:21
minkinin13-Feb-07 3:21 
AnswerRe: deleting data from datagrid Pin
Pete O'Hanlon13-Feb-07 10:16
mvePete O'Hanlon13-Feb-07 10:16 
Questiondeleting data from datagrid Pin
minkinin13-Feb-07 3:19
minkinin13-Feb-07 3:19 
AnswerRe: Query error Pin
Krish - KP13-Feb-07 2:53
Krish - KP13-Feb-07 2:53 
SQL Server usage is ...
ALTER TABLE tablename ALTER COLUMN columnname datatype

also the new column added to the table will have NULL initially.
however after updating all existing NULLs with some data, the column can be changed to NOT NULL
GeneralRe: Query error Pin
Saira Tanwir13-Feb-07 2:55
Saira Tanwir13-Feb-07 2:55 
GeneralRe: Query error Pin
Krish - KP13-Feb-07 3:04
Krish - KP13-Feb-07 3:04 
GeneralRe: Query error Pin
Saira Tanwir13-Feb-07 3:10
Saira Tanwir13-Feb-07 3:10 

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.