Click here to Skip to main content
15,894,343 members
Home / Discussions / Database
   

Database

 
AnswerRe: Putting related Two records to one row Pin
Sylvester george25-Feb-07 23:11
Sylvester george25-Feb-07 23:11 
QuestionRe: Putting related Two records to one row Pin
Praveen 12325-Feb-07 23:23
Praveen 12325-Feb-07 23:23 
AnswerRe: Putting related Two records to one row Pin
Pete O'Hanlon26-Feb-07 0:41
mvePete O'Hanlon26-Feb-07 0:41 
QuestionRe: Putting related Two records to one row Pin
Praveen 12326-Feb-07 1:01
Praveen 12326-Feb-07 1:01 
AnswerRe: Putting related Two records to one row Pin
Pete O'Hanlon26-Feb-07 1:19
mvePete O'Hanlon26-Feb-07 1:19 
QuestionRe: Putting related Two records to one row Pin
Praveen 12326-Feb-07 1:26
Praveen 12326-Feb-07 1:26 
AnswerRe: Putting related Two records to one row Pin
Pete O'Hanlon26-Feb-07 1:51
mvePete O'Hanlon26-Feb-07 1:51 
GeneralRe: Putting related Two records to one row Pin
Praveen 12326-Feb-07 17:12
Praveen 12326-Feb-07 17:12 
Sir,
Some changes i made from u'r query ..any way u'r concept worked here,,,Thanks for u'r assistance sir
This is the code i used.....
SELECT h.UserName, h.EventDate, h.EventTime AS InTime, h2.EventTime AS OutTime, h.Dept<br />
FROM History AS h LEFT JOIN History AS h2 ON (h.UserName = h2.UserName) AND (h.EventDate = h2.EventDate)<br />
WHERE (((h.EventDate)=#2/24/2006#) AND ([h.FuncCode]="0") AND ([h2.FuncCode]="10") AND ((h.Dept)="Engg"));

Thanks and Regards

Praveen.K
System Engineer
Graviton Technologies Pvt.Ltd

GeneraltimeStart timeEnd Pin
bernie_01128-Feb-07 20:59
bernie_01128-Feb-07 20:59 
AnswerRe: Putting related Two records to one row Pin
Pete O'Hanlon26-Feb-07 4:53
mvePete O'Hanlon26-Feb-07 4:53 
QuestionData Access Layer Pin
tonyalex25-Feb-07 17:49
tonyalex25-Feb-07 17:49 
AnswerRe: Data Access Layer Pin
Colin Angus Mackay25-Feb-07 21:41
Colin Angus Mackay25-Feb-07 21:41 
AnswerRe: Data Access Layer Pin
Pete O'Hanlon26-Feb-07 0:42
mvePete O'Hanlon26-Feb-07 0:42 
GeneralRe: Data Access Layer Pin
tonyalex26-Feb-07 0:58
tonyalex26-Feb-07 0:58 
GeneralRe: Data Access Layer Pin
Colin Angus Mackay26-Feb-07 5:08
Colin Angus Mackay26-Feb-07 5:08 
GeneralRe: Data Access Layer Pin
tonyalex2-Mar-07 2:49
tonyalex2-Mar-07 2:49 
GeneralRe: Data Access Layer Pin
Colin Angus Mackay2-Mar-07 6:35
Colin Angus Mackay2-Mar-07 6:35 
Questionrecords with their row numbers in a table Pin
indian14325-Feb-07 4:25
indian14325-Feb-07 4:25 
AnswerRe: records with their row numbers in a table Pin
Colin Angus Mackay25-Feb-07 4:37
Colin Angus Mackay25-Feb-07 4:37 
GeneralRe: records with their row numbers in a table Pin
indian14325-Feb-07 18:35
indian14325-Feb-07 18:35 
GeneralRe: records with their row numbers in a table Pin
xfitr226-Feb-07 8:28
xfitr226-Feb-07 8:28 
QuestionHow To Do The Recursive Table Within My Appliaction? Pin
jasyGerges25-Feb-07 2:05
jasyGerges25-Feb-07 2:05 
AnswerRe: How To Do The Recursive Table Within My Appliaction? Pin
JUNEYT25-Feb-07 12:02
JUNEYT25-Feb-07 12:02 
QuestionReporting Services - online page count vs printed count Pin
pnslcs25-Feb-07 2:01
pnslcs25-Feb-07 2:01 
QuestionError when connection to the Server... vb.net 2005 ? [modified] Pin
kindman_nb24-Feb-07 22:52
kindman_nb24-Feb-07 22:52 

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.