Subject | Re: [IBO] WhereSQL |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-07-13T08:02:13Z |
>dbPlasiyer.SQLWhere.add('PLASIYERID = 4');I only use the native part (TIB_) of IBO myself, but it sounds strange to
>dbPlasiyer = TIBOTable
attach a WHERE clause to a TIBOTable. Try changing to a TIBOQuery and see
if that helps.
Set