Click here to Skip to main content
15,909,325 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Loading dynamic assembly. Pin
phanikumar.kanumilli5-Jun-06 23:36
phanikumar.kanumilli5-Jun-06 23:36 
Questiongdwrapper Pin
jkirkerx4-Jun-06 11:04
professionaljkirkerx4-Jun-06 11:04 
Questionselecting a row in datagrid Pin
Siva Myneni2-Jun-06 18:48
Siva Myneni2-Jun-06 18:48 
QuestionDataSet vs. DB query Pin
Rabbit172-Jun-06 9:07
Rabbit172-Jun-06 9:07 
AnswerRe: DataSet vs. DB query Pin
Stephan Samuel2-Jun-06 10:23
Stephan Samuel2-Jun-06 10:23 
AnswerRe: DataSet vs. DB query Pin
Guffa2-Jun-06 10:35
Guffa2-Jun-06 10:35 
QuestionMySQL Query help! Pin
Rabbit172-Jun-06 8:55
Rabbit172-Jun-06 8:55 
AnswerRe: MySQL Query help! Pin
Stephan Samuel2-Jun-06 10:16
Stephan Samuel2-Jun-06 10:16 
1. You're posting on the wrong board. This is a SQL question.

2. What's your SQL query?

3. Tell us a little more about your table structure.

Otherwise:

If Customer_ID in Table A is a foreign key, you shouldn't allow nulls. If you have to, and you want three rows back, do an outer join. You still won't get a Customer_Name for the null/$3 record because there's no null key in Table B, which was probably enforced because Customer_ID is probably a primary key.

If you post your SQL query, I can probably help you more specifically.

QuestionTesting user-interface Pin
Tomerland1-Jun-06 22:51
Tomerland1-Jun-06 22:51 
AnswerRe: Testing user-interface Pin
Ed.Poore2-Jun-06 6:25
Ed.Poore2-Jun-06 6:25 
AnswerRe: Testing user-interface Pin
Stephan Samuel2-Jun-06 6:43
Stephan Samuel2-Jun-06 6:43 
AnswerRe: Testing user-interface Pin
Jim Conigliaro2-Jun-06 8:37
Jim Conigliaro2-Jun-06 8:37 
GeneralRe: Testing user-interface Pin
Stephan Samuel2-Jun-06 10:25
Stephan Samuel2-Jun-06 10:25 
GeneralRe: Testing user-interface Pin
Tomerland19-Jun-06 2:42
Tomerland19-Jun-06 2:42 
QuestionRepaint a application [modified] Pin
Resolver181-Jun-06 19:11
Resolver181-Jun-06 19:11 
AnswerRe: Repaint a application [modified] Pin
Stephan Samuel2-Jun-06 6:00
Stephan Samuel2-Jun-06 6:00 
GeneralRe: Repaint a application [modified] Pin
Guffa2-Jun-06 6:32
Guffa2-Jun-06 6:32 
NewsRe: Repaint a application [modified] Pin
Resolver184-Jun-06 20:37
Resolver184-Jun-06 20:37 
QuestionProject location is not fully trusted Pin
hemrk1-Jun-06 6:01
hemrk1-Jun-06 6:01 
AnswerRe: Project location is not fully trusted Pin
Ed.Poore2-Jun-06 6:17
Ed.Poore2-Jun-06 6:17 
QuestionIdentifing unmanaged code [modified] Pin
Praveen_S1-Jun-06 3:24
Praveen_S1-Jun-06 3:24 
AnswerRe: Identifing unmanaged code [modified] Pin
Stephan Samuel1-Jun-06 6:59
Stephan Samuel1-Jun-06 6:59 
QuestionCustom Controls Problem Pin
arorakapik1-Jun-06 2:58
arorakapik1-Jun-06 2:58 
AnswerRe: Custom Controls Problem Pin
Ed.Poore2-Jun-06 13:56
Ed.Poore2-Jun-06 13:56 
QuestionIs there any application block for personalization for winforms of .net framework 1.1 ? Pin
Kent Liu31-May-06 23:41
professionalKent Liu31-May-06 23:41 

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.