Joining data tables

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

Hi,
Ive two data tables..I need to perform a join on these datatables..
and fetch the data..I need to do it programaticlaly..
How can I acheive it...any sample code wpuld be of great help..
 
You mean you have two tables in database?
Depends on the database, usually an INNER JOIN would do the trick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top