| | |
Join Two tables as outer join
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
HI
I am join two tables without any database,what iam doing is create two datatable from reading excel file and join ad "outer join",I got the coding from internet,and that artical shows how to join two table with "euqi join",So I want to know how to join two tables as outer join.
Thanks
Tank50
I am join two tables without any database,what iam doing is create two datatable from reading excel file and join ad "outer join",I got the coding from internet,and that artical shows how to join two table with "euqi join",So I want to know how to join two tables as outer join.
C# Syntax (Toggle Plain Text)
DataRelation drel = new DataRelation("EquiJoin", dt1.Columns["Destination"], dt2.Columns["Destination"], true); ds.Relations.Add(drel);
Thanks
Tank50
![]() |
Similar Threads
- How to join two table with same cells names (PHP)
- Problem using JOIN with six tables (MS SQL)
- Query multiple tables with duplicate data (MySQL)
- Join 3 tables (MS SQL)
- select with outer join (MySQL)
Other Threads in the C# Forum
- Previous Thread: How to : calcualte the Statistical Operations in C# !
- Next Thread: Forms
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mp3 mysql networking object operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string study table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






