datasets acting as database tables

  • Thread starter Thread starter pleaseexplaintomee
  • Start date Start date
P

pleaseexplaintomee

is it possible to select from 2 datasets, forming a 3rd dataset -
"select ds1.field1 from ds1, ds2 where ds1.field1=ds2.field1" ? Or
something similar? thanks
 
Hi,


Are you sure of what you wrote , maybe you meant datatables?


--
Ignacio Machin
machin AT laceupsolutions com


| is it possible to select from 2 datasets, forming a 3rd dataset -
| "select ds1.field1 from ds1, ds2 where ds1.field1=ds2.field1" ? Or
| something similar? thanks
|
 

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