Group: StrataFrame Users
Posts: 193,
Visits: 9K
|
Hi Ger,
I don't understand how you could join anything to a database table, if the code is not in a database object.
if you code where you have the dataset table, then you are out of the database, and the database tables are reachable only through a dataset. If you code where you have the table, then you are inside the database, and you need to have received the dataset as a table parameter, or a temp table to have be filled with the rows of the dataset.
|