Subject | TIB_Query & join selects |
---|---|
Author | yartax1 |
Post date | 2004-10-22T13:52:43Z |
Hi,
Why a TIB_Query like "select a.* from tablex a inner join tablex b on
a.x = b.x where b.x=1" can't be editable?. The query only return
master table fields with its own primary keys. I made a class "bbdd"
with all ddbb queries within. And I do next:
TIB_query->SQL->Clear();
TIB_query->SQL->Insert(0,bbdd->Get_tablex());
TIB_query->Open();
How can make this recordset editable? I must use joinlinks and other
parameters in each form and TIB_query, instead of a master queries class?
Thanks.
Julian.
Why a TIB_Query like "select a.* from tablex a inner join tablex b on
a.x = b.x where b.x=1" can't be editable?. The query only return
master table fields with its own primary keys. I made a class "bbdd"
with all ddbb queries within. And I do next:
TIB_query->SQL->Clear();
TIB_query->SQL->Insert(0,bbdd->Get_tablex());
TIB_query->Open();
How can make this recordset editable? I must use joinlinks and other
parameters in each form and TIB_query, instead of a master queries class?
Thanks.
Julian.