TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
datique
NA
11
0
Displaying Data
Feb 22 2004 12:08 PM
Hi All, My first post in this forum. Hope to be a regular here from now on, hopefully will contribute something to the forum. Anyhow my question is, how can i display data from different table in a DataGrid in C#. E.g following is my SQL Query. sql= "SELECT Contacts.Con_Id, Contacts.Con_First_Name, Contacts.Con_Last_Name, Organisation.Org_Name" ; sql+= "FROM Contacts INNER JOIN"; sql+= "Organisation ON Contacts.Org_Id = Organisation.Org_Id"; Now i am trying to use DataSet (through a Data Adapter) but it only works if i select the data from one table, i get problem when i have SQL Join query. How can i solve this problem. Thanks. Danial
Reply
Answers (
5
)
C# tutorials
C# listview control