Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView Search Pin
Luc Pattyn12-Oct-10 4:56
sitebuilderLuc Pattyn12-Oct-10 4:56 
AnswerRe: DataGridView Search Pin
boreland12-Oct-10 16:04
boreland12-Oct-10 16:04 
QuestionHow to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
PravinSingh12-Oct-10 2:14
PravinSingh12-Oct-10 2:14 
AnswerRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
OriginalGriff12-Oct-10 2:23
mveOriginalGriff12-Oct-10 2:23 
GeneralRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
PravinSingh12-Oct-10 3:57
PravinSingh12-Oct-10 3:57 
GeneralRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
MKAdeel12-Oct-10 23:48
MKAdeel12-Oct-10 23:48 
GeneralRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
Pete O'Hanlon13-Oct-10 0:59
mvePete O'Hanlon13-Oct-10 0:59 
QuestionRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
PravinSingh13-Oct-10 7:20
PravinSingh13-Oct-10 7:20 
This is exactly what all the MSDN examples show. My questions are:

1. This code is for the case where we have a query like "SELECT something FROM dt1, dt2 WHERE dt1.PK=dt2.FK". Will this also hold good for a query like "SELECT something FROM dt1 JOIN dt2 on (dt1.PK=dt2.FK)"?

2. How does the statement

DataRelation Join = new DataRelation("Join", dt1.Columns[0], dt2.Columns[0]);

change if in case of a JOIN, I have a FULL JOIN, or a LEFT JOIN, or an OUTER JOIN etc.?

It's better to know some of the questions than all of the answers.

Pravin.

AnswerRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
fjdiewornncalwe12-Oct-10 2:48
professionalfjdiewornncalwe12-Oct-10 2:48 
AnswerRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
PIEBALDconsult12-Oct-10 3:34
mvePIEBALDconsult12-Oct-10 3:34 
AnswerRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
T M Gray12-Oct-10 8:16
T M Gray12-Oct-10 8:16 
GeneralRe: How to create a DataSet with two tables having a 'JOIN' in ADO.NET? Pin
PIEBALDconsult12-Oct-10 17:15
mvePIEBALDconsult12-Oct-10 17:15 
Questionhow to findout which drive is a cool disk? Pin
Fred 3412-Oct-10 1:40
Fred 3412-Oct-10 1:40 
AnswerRe: how to findout which drive is a cool disk? Pin
Luc Pattyn12-Oct-10 1:52
sitebuilderLuc Pattyn12-Oct-10 1:52 
QuestionBlock Desktop to prevent user interaction Pin
teknolog12311-Oct-10 23:03
teknolog12311-Oct-10 23:03 
AnswerRe: Block Desktop to prevent user interaction Pin
Luc Pattyn11-Oct-10 23:41
sitebuilderLuc Pattyn11-Oct-10 23:41 
GeneralRe: Block Desktop to prevent user interaction Pin
teknolog12312-Oct-10 0:37
teknolog12312-Oct-10 0:37 
GeneralRe: Block Desktop to prevent user interaction Pin
Luc Pattyn12-Oct-10 0:53
sitebuilderLuc Pattyn12-Oct-10 0:53 
GeneralRe: Block Desktop to prevent user interaction Pin
fjdiewornncalwe12-Oct-10 2:53
professionalfjdiewornncalwe12-Oct-10 2:53 
GeneralRe: Block Desktop to prevent user interaction Pin
teknolog12312-Oct-10 11:08
teknolog12312-Oct-10 11:08 
QuestionDataBindingComplete Pin
Dewald11-Oct-10 22:54
Dewald11-Oct-10 22:54 
AnswerRe: DataBindingComplete - modified Pin
OriginalGriff11-Oct-10 23:06
mveOriginalGriff11-Oct-10 23:06 
GeneralRe: DataBindingComplete - modified Pin
Dewald11-Oct-10 23:18
Dewald11-Oct-10 23:18 
QuestionInvoke methods in OCX in run time in c# Pin
Viratsaran11-Oct-10 20:16
Viratsaran11-Oct-10 20:16 
AnswerRe: Invoke methods in OCX in c# Pin
Abhinav S11-Oct-10 20:24
Abhinav S11-Oct-10 20:24 

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.