Subject | Re: [firebird-support] String truncation errors |
---|---|
Author | Tim Ledgerwood |
Post date | 2003-06-25T08:59:51Z |
:-( Nope - still gives the same error.
>Maybe because you mix SQL-89 and SQL-92? Change to[Non-text portions of this message have been removed]
>
> FROM
> log L JOIN client C
> ON
> C.code = L.acc_Num
> JOIN clnt_sub S
> ON
> S.code = L.acc_num
> AND S.sub_code = L.sub_code
> WHERE
> L.POS_ID = :POSID
> AND L.SHIFTNUM = :SHIFTNUM