Hi,
I am doing a project in VB.net i wanted to ask you how can i retieve data from multiple tables in a single form. Plz help me with a code to solve my problem.
Thank you

Recommended Answers

All 2 Replies

Hi,
I am doing a project in VB.net i wanted to ask you how can i retieve data from multiple tables in a single form. Plz help me with a code to solve my problem.
Thank you

hi,
u can use joins r where condition simple example about the Query

Select col1,col2,col3 from tabl1 inner join table2 on table1.id= table2.empid

well thankU for it but how do we use the code of fill and how do we include multiple tables in the from

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.