Click here to Skip to main content
15,897,273 members
Home / Discussions / Database
   

Database

 
QuestionMultiple values in sql report Pin
dotnetcsharpdev17-Aug-09 3:59
dotnetcsharpdev17-Aug-09 3:59 
AnswerRe: Multiple values in sql report Pin
David Mujica17-Aug-09 4:17
David Mujica17-Aug-09 4:17 
GeneralRe: Multiple values in sql report Pin
dotnetcsharpdev17-Aug-09 4:32
dotnetcsharpdev17-Aug-09 4:32 
GeneralRe: Multiple values in sql report Pin
David Mujica17-Aug-09 4:56
David Mujica17-Aug-09 4:56 
QuestionStackOverflow Error Pin
LucBite17-Aug-09 1:27
LucBite17-Aug-09 1:27 
AnswerRe: StackOverflow Error Pin
Kschuler17-Aug-09 9:11
Kschuler17-Aug-09 9:11 
QuestionUsing COALESCE() Function Pin
DIPAK@EMSYS17-Aug-09 1:13
DIPAK@EMSYS17-Aug-09 1:13 
AnswerRe: Using COALESCE() Function Pin
Ashfield17-Aug-09 1:26
Ashfield17-Aug-09 1:26 
Your coalesce is wrong. Try this

WHERE		S.StudentId = COALESCE(@StudentId,S.StudentId)


what you were doing is saying when (@StudentId use null, what you really wanted to say was when (@StudentId is null don't compare - which effectively means compare to the column value.

Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: Using COALESCE() Function Pin
DIPAK@EMSYS17-Aug-09 1:42
DIPAK@EMSYS17-Aug-09 1:42 
GeneralRe: Using COALESCE() Function Pin
Ashfield17-Aug-09 8:43
Ashfield17-Aug-09 8:43 
GeneralRe: Using COALESCE() Function Pin
Mycroft Holmes17-Aug-09 13:16
professionalMycroft Holmes17-Aug-09 13:16 
GeneralRe: Using COALESCE() Function Pin
Ashfield17-Aug-09 20:56
Ashfield17-Aug-09 20:56 
QuestionIndex Services errors ( The query contained only ignored words.) Pin
alisolution16-Aug-09 22:14
alisolution16-Aug-09 22:14 
QuestionDesign suggestion Pin
Mustafa Ismail Mustafa16-Aug-09 8:55
Mustafa Ismail Mustafa16-Aug-09 8:55 
AnswerRe: Design suggestion Pin
Mycroft Holmes16-Aug-09 22:12
professionalMycroft Holmes16-Aug-09 22:12 
GeneralRe: Design suggestion Pin
Mustafa Ismail Mustafa16-Aug-09 23:35
Mustafa Ismail Mustafa16-Aug-09 23:35 
GeneralRe: Design suggestion Pin
Mycroft Holmes17-Aug-09 1:24
professionalMycroft Holmes17-Aug-09 1:24 
GeneralRe: Design suggestion Pin
Mustafa Ismail Mustafa17-Aug-09 4:48
Mustafa Ismail Mustafa17-Aug-09 4:48 
GeneralRe: Design suggestion Pin
Mycroft Holmes17-Aug-09 13:11
professionalMycroft Holmes17-Aug-09 13:11 
GeneralRe: Design suggestion Pin
Mustafa Ismail Mustafa17-Aug-09 20:47
Mustafa Ismail Mustafa17-Aug-09 20:47 
GeneralRe: Design suggestion Pin
Mycroft Holmes17-Aug-09 21:18
professionalMycroft Holmes17-Aug-09 21:18 
QuestionSave Picture From Picture Box in Dataset and then save to access db Pin
hosseinsinohe16-Aug-09 7:35
hosseinsinohe16-Aug-09 7:35 
GeneralRe: Save Picture From Picture Box in Dataset and then save to access db Pin
hosseinsinohe16-Aug-09 21:30
hosseinsinohe16-Aug-09 21:30 
GeneralRe: Save Picture From Picture Box in Dataset and then save to access db Pin
Henry Minute17-Aug-09 1:17
Henry Minute17-Aug-09 1:17 
GeneralRe: Save Picture From Picture Box in Dataset and then save to access db Pin
hosseinsinohe17-Aug-09 6:46
hosseinsinohe17-Aug-09 6:46 

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.