Click here to Skip to main content
15,902,634 members
Home / Discussions / Database
   

Database

 
GeneralRe: VB6 date vs SQL Server date Pin
gpa20002-Apr-04 11:12
gpa20002-Apr-04 11:12 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan151-Apr-04 3:12
jonathan151-Apr-04 3:12 
GeneralRe: VB6 date vs SQL Server date Pin
Jesse Evans18-Jun-04 6:31
Jesse Evans18-Jun-04 6:31 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan1520-Jun-04 23:47
jonathan1520-Jun-04 23:47 
GeneralAllowCustomPaging = True, occurred problems. Pin
DotNet29-Mar-04 1:27
DotNet29-Mar-04 1:27 
GeneralHelp with Update and Merge Pin
markpirvine29-Mar-04 1:23
markpirvine29-Mar-04 1:23 
GeneralMinus equivalent in Access Pin
Meysam Mahfouzi28-Mar-04 23:07
Meysam Mahfouzi28-Mar-04 23:07 
GeneralRe: Minus equivalent in Access Pin
Mike Ellison29-Mar-04 5:46
Mike Ellison29-Mar-04 5:46 
Hi maysam. Would it work for you to join the two queries with a Left Outer Join on all three fields? then filter for where the returned field from the second query is null.

Something like this...
Select x.A, x.B, x.C
  From QueryA x
         Left Outer Join 
       QueryB y on x.A = y.A and x.B = y.B and x.C = y.C
 Where y.A is null
That should show you all records that are returned in QueryA that don't have a matching record in QueryB, effectively subtracting out the matching records.
GeneralRe: Minus equivalent in Access Pin
Meysam Mahfouzi29-Mar-04 17:14
Meysam Mahfouzi29-Mar-04 17:14 
QuestionHow Can I Insert a record between another rows? Pin
roshanak28-Mar-04 22:19
roshanak28-Mar-04 22:19 
AnswerRe: How Can I Insert a record between another rows? Pin
DiWa28-Mar-04 22:48
DiWa28-Mar-04 22:48 
Generaldate part of getdate Pin
Goodway28-Mar-04 20:34
Goodway28-Mar-04 20:34 
GeneralRe: date part of getdate Pin
M Peer28-Mar-04 20:57
M Peer28-Mar-04 20:57 
GeneralFinding a given value in a DataCol Pin
sanjaysagrawal28-Mar-04 6:11
sanjaysagrawal28-Mar-04 6:11 
GeneralRe: Finding a given value in a DataCol Pin
Mazdak28-Mar-04 7:44
Mazdak28-Mar-04 7:44 
GeneralRe: Finding a given value in a DataCol Pin
sanjaysagrawal31-Mar-04 5:02
sanjaysagrawal31-Mar-04 5:02 
GeneralInsertion Practices Pin
Biggelo28-Mar-04 2:44
sussBiggelo28-Mar-04 2:44 
GeneralRe: Insertion Practices Pin
sanjaysagrawal28-Mar-04 6:02
sanjaysagrawal28-Mar-04 6:02 
GeneralRe: Insertion Practices Pin
Anonymous28-Mar-04 13:05
Anonymous28-Mar-04 13:05 
GeneralRe: Insertion Practices Pin
Mike Dimmick1-Apr-04 1:07
Mike Dimmick1-Apr-04 1:07 
QuestionADO Vs ADO.NET in vb.net .... what to choose ? Pin
Mohan G27-Mar-04 22:15
Mohan G27-Mar-04 22:15 
AnswerRe: ADO Vs ADO.NET in vb.net .... what to choose ? Pin
Sarvesvara (BVKS) Dasa28-Mar-04 0:04
Sarvesvara (BVKS) Dasa28-Mar-04 0:04 
QuestionCoCreateInstance initialisation error? Pin
P_JAYAPRAKASH26-Mar-04 1:03
P_JAYAPRAKASH26-Mar-04 1:03 
AnswerRe: CoCreateInstance initialisation error? Pin
Mike Dimmick26-Mar-04 5:04
Mike Dimmick26-Mar-04 5:04 
GeneralRe: CoCreateInstance initialisation error? Pin
P_JAYAPRAKASH28-Mar-04 18:40
P_JAYAPRAKASH28-Mar-04 18:40 

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.