Subject | RE: [IBO] IBObjects Help files |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2000-11-15T14:02:42Z |
Hello!
I have a query
SELECT ID
, accID
, (select account from account a where a.id=m.accid) as accountno // used
to show actual account number in Grid
, STATUS
, BBANK
, BACC
, BNAME
, BREGNO
, BTAX
, VALDATE
, DOCDATE
FROM dom_pay m
join account on account.id=m.accid
where account.uid='TH0000007' and account.install='test'
for update
How can i make this Query updatable?
The help about JoinLinks just talked about its importants, but didn't say
anything about how to use it.
Riho-Rene Ellermaa
senior programmer
Hansabank
I have a query
SELECT ID
, accID
, (select account from account a where a.id=m.accid) as accountno // used
to show actual account number in Grid
, STATUS
, BBANK
, BACC
, BNAME
, BREGNO
, BTAX
, VALDATE
, DOCDATE
FROM dom_pay m
join account on account.id=m.accid
where account.uid='TH0000007' and account.install='test'
for update
How can i make this Query updatable?
The help about JoinLinks just talked about its importants, but didn't say
anything about how to use it.
Riho-Rene Ellermaa
senior programmer
Hansabank
>