Subject RE: [IBO] Locate problem with beta 4.7 beta 11
Author Jason Wharton
Trond wrote:
> SQL :
>
> SELECT RDB$USER AS AUser, RDB$RELATION_NAME AS Rolle
> FROM RDB$USER_PRIVILEGES
>
> iboquery1.Locate( 'RDB$USER', 'Test', [] );
>
> will fail becaus of the the alias use :(
>
> There is no keylinks etc in the query

This is fixed in IBO 4.7 Beta 12.

Jason Wharton