Subject | A SQL |
---|---|
Author | Burak OZLER |
Post date | 2002-06-12T13:06:58Z |
SELECT U.URUN_KUTUK_ID
, U.CARIID
, U.MARKAID
, U.URUN_KOD
, U.URUN_AD_EN
, U.URUN_AD_TR
, U.GTIP
FROM URUN_KUTUK U
JOIN INVOICE_DETAIL I
ON I.GM_PART_NUMBER = U.URUN_KOD
WHERE I.INVOICE_MASTER_ID=:PRM_INV_M_ID;
How Can I make this query updateable. I write updateSQL for URUN_KUTUK
but when I trying to update a record it updates it on the table but I
can't see it on the grid;
Thanks
Burak �ZLER
���nc� Bilgisayar
MagicSoft
+90 232 464 89 33 / 123
, U.CARIID
, U.MARKAID
, U.URUN_KOD
, U.URUN_AD_EN
, U.URUN_AD_TR
, U.GTIP
FROM URUN_KUTUK U
JOIN INVOICE_DETAIL I
ON I.GM_PART_NUMBER = U.URUN_KOD
WHERE I.INVOICE_MASTER_ID=:PRM_INV_M_ID;
How Can I make this query updateable. I write updateSQL for URUN_KUTUK
but when I trying to update a record it updates it on the table but I
can't see it on the grid;
Thanks
Burak �ZLER
���nc� Bilgisayar
MagicSoft
+90 232 464 89 33 / 123