Subject Re: [IBO] IBObjects Help files
Author Jason Wharton
Please don't hijack other people's subjects...

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Riho-Rene Ellermaa" <r.ellermaa@...>
To: <IBObjects@egroups.com>
Sent: Wednesday, November 15, 2000 7:02 AM
Subject: RE: [IBO] IBObjects Help files


> 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
> >
>
>
>
>