Click here to Skip to main content
15,916,945 members
Home / Discussions / Database
   

Database

 
AnswerRe: Inserting a item into a combo box that is bound to a binding source. Pin
Michael Potter29-Jun-07 8:29
Michael Potter29-Jun-07 8:29 
QuestionASP convert date Pin
Tom Francis29-Jun-07 3:35
Tom Francis29-Jun-07 3:35 
AnswerRe: ASP convert date Pin
leckey29-Jun-07 4:13
leckey29-Jun-07 4:13 
AnswerRe: ASP convert date Pin
SHatchard29-Jun-07 4:26
SHatchard29-Jun-07 4:26 
GeneralRe: ASP convert date Pin
Tom Francis29-Jun-07 5:19
Tom Francis29-Jun-07 5:19 
AnswerRe: ASP convert date Pin
Mike Dimmick29-Jun-07 7:03
Mike Dimmick29-Jun-07 7:03 
QuestionRegarding stored procedure parameters Pin
mukkanti00729-Jun-07 1:55
mukkanti00729-Jun-07 1:55 
AnswerRe: Regarding stored procedure parameters Pin
kubben29-Jun-07 2:01
kubben29-Jun-07 2:01 
These type of queries can get messy quick. Normally you need one table that will always be returned no matter what is being searched on. So that is the first table in the statement. All other tables that are optional need to be left joins to that first table other wise you won't get any rows returned. Then in your where clause you have to do some stuff like:
where (@param1 = null || table2.column = @param1)

It can be a real mess. The only other option is to dynamically create your query in your stored procedure and then call Exec on that sql statement.

Hope that helps.
Ben
NewsNAKRA FINAL Pin
NAKRAINC29-Jun-07 1:45
NAKRAINC29-Jun-07 1:45 
Questionhow to enter date Pin
ArchaBhandare29-Jun-07 0:37
ArchaBhandare29-Jun-07 0:37 
QuestionDate time storing null values Pin
Rajiya28-Jun-07 23:11
Rajiya28-Jun-07 23:11 
AnswerRe: Date time storing null values Pin
aamironline29-Jun-07 1:50
aamironline29-Jun-07 1:50 
GeneralRe: Date time storing null values Pin
Rajiya29-Jun-07 1:59
Rajiya29-Jun-07 1:59 
GeneralRe: Date time storing null values Pin
kguinn3-Jul-07 8:06
kguinn3-Jul-07 8:06 
QuestionDateTime value problem Pin
phantanagu28-Jun-07 22:50
phantanagu28-Jun-07 22:50 
AnswerRe: DateTime value problem Pin
kubben29-Jun-07 1:57
kubben29-Jun-07 1:57 
Questioni Problem in Installing SQL7 localy Pin
Vimalsoft(Pty) Ltd28-Jun-07 22:18
professionalVimalsoft(Pty) Ltd28-Jun-07 22:18 
AnswerRe: i Problem in Installing SQL7 localy Pin
Dave Kreskowiak29-Jun-07 7:56
mveDave Kreskowiak29-Jun-07 7:56 
AnswerRe: i Problem in Installing SQL7 localy Pin
Mike Dimmick29-Jun-07 14:43
Mike Dimmick29-Jun-07 14:43 
Questionspace in-between search parameters Pin
acodman28-Jun-07 22:18
acodman28-Jun-07 22:18 
AnswerRe: space in-between search parameters Pin
Sgg24529-Jun-07 0:36
Sgg24529-Jun-07 0:36 
AnswerRe: space in-between search parameters Pin
Sgg24529-Jun-07 0:39
Sgg24529-Jun-07 0:39 
NewsNAKRA Pin
NAKRAINC28-Jun-07 22:10
NAKRAINC28-Jun-07 22:10 
GeneralRe: NAKRA Pin
Pete O'Hanlon28-Jun-07 22:20
mvePete O'Hanlon28-Jun-07 22:20 
GeneralRe: NAKRA Pin
kubben29-Jun-07 1:53
kubben29-Jun-07 1:53 

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.