T
Tommy Lang
I am creating a database application that uses the dataset.
The dataset holds three different tables.
I can access each table, no problem there. But how can I combine
data from the different tables into a new table.
Should/could I use views, relations ? It is possible to send an sql
query to my dataset?
I am hoping to avoid having to save the data in the dataset to my
database and then send a sql question down to the database and reload
everything.
Thanks
/Tommy
The dataset holds three different tables.
I can access each table, no problem there. But how can I combine
data from the different tables into a new table.
Should/could I use views, relations ? It is possible to send an sql
query to my dataset?
I am hoping to avoid having to save the data in the dataset to my
database and then send a sql question down to the database and reload
everything.
Thanks
/Tommy