Click here to Skip to main content
15,905,614 members
Home / Discussions / Database
   

Database

 
Questionproblem getting text from a database table cell Pin
LucBite7-Jul-09 22:56
LucBite7-Jul-09 22:56 
AnswerRe: problem getting text from a database table cell Pin
SeMartens8-Jul-09 0:04
SeMartens8-Jul-09 0:04 
GeneralRe: problem getting text from a database table cell Pin
LucBite8-Jul-09 1:16
LucBite8-Jul-09 1:16 
AnswerRe: problem getting text from a database table cell Pin
Blue_Boy8-Jul-09 0:16
Blue_Boy8-Jul-09 0:16 
QuestionFuzzy word Search ......... Pin
Isaac Gordon7-Jul-09 22:51
Isaac Gordon7-Jul-09 22:51 
AnswerRe: Fuzzy word Search ......... Pin
Eddy Vluggen7-Jul-09 23:47
professionalEddy Vluggen7-Jul-09 23:47 
QuestionOuter Join Problem Pin
prubyholl7-Jul-09 22:37
professionalprubyholl7-Jul-09 22:37 
AnswerRe: Outer Join Problem Pin
www.Developerof.NET8-Jul-09 1:35
www.Developerof.NET8-Jul-09 1:35 
prubyholl wrote:
Plz i want the accounts and customers details to appear even if no transactions exists.



Replace the "Where" keyword with "And".

The outer join fails because the where condtion executes after the completion of outer join. Hence you dont get any results.

Whereas when you use an "And" clause , the condition is evaluated while the execution of the outer join.

Also handle the null values gracefully when there is no transaction for a customer.

When you fail to plan, you are planning to fail.

GeneralRe: Outer Join Problem Pin
prubyholl8-Jul-09 7:36
professionalprubyholl8-Jul-09 7:36 
QuestionOne row at a time from a database table Pin
LucBite7-Jul-09 4:11
LucBite7-Jul-09 4:11 
AnswerRe: One row at a time from a database table Pin
Niladri_Biswas7-Jul-09 5:28
Niladri_Biswas7-Jul-09 5:28 
QuestionSubtotaling.. Am I doing it the wrong way?? Pin
Muammar©7-Jul-09 3:20
Muammar©7-Jul-09 3:20 
AnswerRe: Subtotaling.. Am I doing it the wrong way?? Pin
DoctorMick7-Jul-09 5:52
DoctorMick7-Jul-09 5:52 
GeneralRe: Subtotaling.. Am I doing it the wrong way?? Pin
Muammar©7-Jul-09 9:25
Muammar©7-Jul-09 9:25 
GeneralRe: Subtotaling.. Am I doing it the wrong way?? Pin
DoctorMick7-Jul-09 21:59
DoctorMick7-Jul-09 21:59 
GeneralRe: Subtotaling.. Am I doing it the wrong way?? Pin
Muammar©7-Jul-09 9:35
Muammar©7-Jul-09 9:35 
GeneralRe: Subtotaling.. Am I doing it the wrong way?? Pin
David Skelly7-Jul-09 22:58
David Skelly7-Jul-09 22:58 
QuestionMultiple columns or one formatted column ? [modified] Pin
Hakmeh Mohannad7-Jul-09 0:48
Hakmeh Mohannad7-Jul-09 0:48 
AnswerRe: Multiple columns or one formatted column ? Pin
dan!sh 7-Jul-09 1:15
professional dan!sh 7-Jul-09 1:15 
AnswerRe: Multiple columns or one formatted column ? Pin
Eddy Vluggen7-Jul-09 1:17
professionalEddy Vluggen7-Jul-09 1:17 
AnswerRe: Multiple columns or one formatted column ? Pin
Jeremy Likness9-Jul-09 8:34
professionalJeremy Likness9-Jul-09 8:34 
QuestionSQL Query Pin
theCPkid6-Jul-09 15:41
theCPkid6-Jul-09 15:41 
AnswerRe: SQL Query Pin
Niladri_Biswas6-Jul-09 16:05
Niladri_Biswas6-Jul-09 16:05 
AnswerRe: SQL Query Pin
Niladri_Biswas6-Jul-09 17:00
Niladri_Biswas6-Jul-09 17:00 
GeneralRe: SQL Query Pin
theCPkid6-Jul-09 22:52
theCPkid6-Jul-09 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.