Subject Using IB_Grid
Author pem
Good day!

I'm using a TIB_Query and TIB_Grid. I have this sql statement below but I can't edit
the dataset using IB_Grid.

SELECT
TABLE1.CODE,
TABLE1.NAME,
TABLE1.PRICE,
TABLE2.PRICE,
TABLE1.COST,
TABLE2.COST
FROM TABLE1, TABLE2
WHERE TABLE1.CODE = TABLE2.CODE

Help me please.. Thanks in advance.

Pem


[Non-text portions of this message have been removed]