Click here to Skip to main content
15,920,828 members
Home / Discussions / Database
   

Database

 
GeneralRe: Install my SQL Database to other Machine Pin
TLWallace22-Feb-04 20:43
TLWallace22-Feb-04 20:43 
GeneralRe: Install my SQL Database to other Machine Pin
Sarvesvara (BVKS) Dasa23-Feb-04 2:05
Sarvesvara (BVKS) Dasa23-Feb-04 2:05 
GeneralRe: Install my SQL Database to other Machine Pin
Verdant12323-Feb-04 12:10
Verdant12323-Feb-04 12:10 
GeneralSaving DataSet into Access MDB Pin
dave charlton22-Feb-04 18:15
dave charlton22-Feb-04 18:15 
GeneralProblems building Query Pin
xfitr221-Feb-04 18:16
xfitr221-Feb-04 18:16 
GeneralRe: Problems building Query Pin
John Kuhn21-Feb-04 18:59
John Kuhn21-Feb-04 18:59 
GeneralRe: Problems building Query Pin
xfitr221-Feb-04 20:57
xfitr221-Feb-04 20:57 
GeneralRe: Problems building Query Pin
John Kuhn22-Feb-04 6:05
John Kuhn22-Feb-04 6:05 
I think I see a possible issue here.

If a member has a visit between 4/1/2003 and 6/30/2003 and the same member has a visit between 1/1/2003 and 3/31/2003, is that member included or excluded?

Also, after I wrote this last night, I realized that the same query might be feasible with an INNER JOIN...

SELECT * FROM tbl_Customer 
  INNER JOIN Qry_Child ON tblCustomer.l_Mem_id = Qry_Child.l_Mem_id 
     AND Qry_Child.l_age BETWEEN 0 AND 5
  INNER JOIN tbl_Visit ON tblCustomer.l_Mem_id = tbl_Visit.l_Mem_id 
     AND (tbl_Visit.dt_Date BETWEEN #4/1/2003# AND #6/30/2003#)
     AND NOT (tbl_Visit.dt_Date BETWEEN #1/1/2003# AND #3/31/2003#)





What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
GeneralRe: Problems building Query Pin
xfitr222-Feb-04 6:57
xfitr222-Feb-04 6:57 
GeneralRe: Problems building Query Pin
John Kuhn22-Feb-04 7:54
John Kuhn22-Feb-04 7:54 
GeneralRe: Problems building Query Pin
xfitr222-Feb-04 8:25
xfitr222-Feb-04 8:25 
GeneralTriggers in windows application ^_^!!! Pin
solostar***19-Feb-04 20:15
solostar***19-Feb-04 20:15 
GeneralRe: Triggers in windows application ^_^!!! Pin
Mazdak20-Feb-04 1:11
Mazdak20-Feb-04 1:11 
GeneralSQL / PHP Problem Pin
LOSTTWARE.com19-Feb-04 18:18
LOSTTWARE.com19-Feb-04 18:18 
GeneralMSDE Connection String Pin
monrobot1319-Feb-04 15:40
monrobot1319-Feb-04 15:40 
GeneralRe: MSDE Connection String Pin
Mike Dimmick20-Feb-04 0:15
Mike Dimmick20-Feb-04 0:15 
GeneralProblem in Joining Two Tables Pin
Touseef Afzal19-Feb-04 10:23
Touseef Afzal19-Feb-04 10:23 
GeneralRe: Problem in Joining Two Tables Pin
Edbert P19-Feb-04 12:43
Edbert P19-Feb-04 12:43 
GeneralRe: Problem in Joining Two Tables Pin
Touseef Afzal20-Feb-04 10:31
Touseef Afzal20-Feb-04 10:31 
GeneralRe: Problem in Joining Two Tables Pin
Edbert P22-Feb-04 17:41
Edbert P22-Feb-04 17:41 
GeneralTimeouts in C# Pin
19-Feb-04 5:49
suss19-Feb-04 5:49 
GeneralRe: Timeouts in C# Pin
Tom Larsen19-Feb-04 10:44
Tom Larsen19-Feb-04 10:44 
GeneralRe: Timeouts in C# Pin
Kwai Cheng Kane19-Feb-04 12:45
Kwai Cheng Kane19-Feb-04 12:45 
Questionneed sql query? Pin
murali_utr18-Feb-04 18:36
murali_utr18-Feb-04 18:36 
AnswerRe: need sql query? Pin
stefan b18-Feb-04 18:54
stefan b18-Feb-04 18:54 

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.