Click here to Skip to main content
15,893,487 members
Home / Discussions / Database
   

Database

 
GeneralDetecting MDAC version Pin
Thesisus29-Jul-03 8:04
Thesisus29-Jul-03 8:04 
GeneralRe: Detecting MDAC version Pin
Bo Hunter29-Jul-03 10:32
Bo Hunter29-Jul-03 10:32 
GeneralRe: Detecting MDAC version Pin
Mike Dimmick29-Jul-03 13:36
Mike Dimmick29-Jul-03 13:36 
Generalindexof - wishing for Pin
Megan Forbes29-Jul-03 5:07
Megan Forbes29-Jul-03 5:07 
GeneralRe: indexof - wishing for Pin
jeff_martin29-Jul-03 5:16
jeff_martin29-Jul-03 5:16 
GeneralRe: indexof - wishing for Pin
Mike Dimmick29-Jul-03 13:47
Mike Dimmick29-Jul-03 13:47 
GeneralWhat's wrong with Query String; Pin
Bo Hunter28-Jul-03 18:55
Bo Hunter28-Jul-03 18:55 
GeneralRe: What's wrong with Query String; Pin
Alexander Kojevnikov28-Jul-03 23:20
Alexander Kojevnikov28-Jul-03 23:20 
AND operator has a higher priority than OR. You might want to use parentheses:
SELECT [ID], Title, NodeType, ParentID, [Language], Description 
FROM SourceCode 
WHERE (Title LIKE '%Title%' OR Code LIKE '%Title%') 
AND (Language = 1 OR Language = 2 OR Language = 3 OR Language = 4 OR Language = 5)
AND (NodeType = 1 OR NodeType = 2 OR NodeType = 3 OR NodeType = 4 
OR NodeType = 5 OR NodeType = 6)
AND (ParentID = 4 OR ParentID = 6)


HTH,

Alexandre Kojevnikov
MCAD charter member
Leuven, Belgium

GeneralRe: What's wrong with Query String; Pin
Jon Hulatt29-Jul-03 1:43
Jon Hulatt29-Jul-03 1:43 
GeneralRe: What's wrong with Query String; Pin
Bo Hunter29-Jul-03 10:21
Bo Hunter29-Jul-03 10:21 
GeneralRe: What's wrong with Query String; Pin
Alexander Kojevnikov29-Jul-03 22:07
Alexander Kojevnikov29-Jul-03 22:07 
GeneralRead-only Access DB Problem Pin
-- NA --28-Jul-03 2:41
-- NA --28-Jul-03 2:41 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 5:56
-- NA --28-Jul-03 5:56 
GeneralRe: Read-only Access DB Problem Pin
Roger Wright28-Jul-03 7:26
professionalRoger Wright28-Jul-03 7:26 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 7:27
-- NA --28-Jul-03 7:27 
GeneralRe: Read-only Access DB Problem Pin
Roger Wright28-Jul-03 7:48
professionalRoger Wright28-Jul-03 7:48 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 7:51
-- NA --28-Jul-03 7:51 
GeneralFirehose Pin
THEMYTH27-Jul-03 22:19
THEMYTH27-Jul-03 22:19 
GeneralRe: Firehose Pin
Arjan Einbu27-Jul-03 22:50
Arjan Einbu27-Jul-03 22:50 
GeneralRe: Firehose Pin
THEMYTH27-Jul-03 22:57
THEMYTH27-Jul-03 22:57 
GeneralProblems with LIKE in MFC(vs6) Pin
jag_typ27-Jul-03 22:00
jag_typ27-Jul-03 22:00 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
Mike Dimmick29-Jul-03 2:44
Mike Dimmick29-Jul-03 2:44 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
jag_typ2-Aug-03 0:18
jag_typ2-Aug-03 0:18 
GeneralGetting Child Items; Pin
Bo Hunter27-Jul-03 20:32
Bo Hunter27-Jul-03 20:32 
GeneralRe: Getting Child Items; Pin
Not Active28-Jul-03 2:34
mentorNot Active28-Jul-03 2:34 

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.