DataSet and Join

  • Thread starter Thread starter Bob Rundle
  • Start date Start date
B

Bob Rundle

I've been using the dataset for months now and I have just now discovered
that it is not capable of a JOIN!

For example

Table1:
TimeID
Date

Table2:
TimeID
Pressure
Flow

Apparently there is no simple way to create a view of these two tables:

View1:
Date
Pressure
Flow

What am I missing here? Surely this is a common need.

Regards,
Bob Rundle
 
Back
Top