Hi all-
I am trying to find the flags to let me update one side of 2 joined tables if that is possible. the sql for firebird looks
kind of like this:
select *
from A
join B on A.id = B.code
I can't seem to find any reference to provider flags in IDE. using lazarus db controls.
I double clicked on tsqlquery in my data module and added fields there and in the grid control.
the query returns fields but they are not editable. I didn't see where the edit button in the navigator control is lit up.
thanks,
robo-loki