Subject RE: [IBO] Locate problem with beta 4.7 beta 11
Author Jason Wharton
Trond M 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

What is KeyLinksAutoDefine set to?

I'm not exactly sure why there is a problem but I am working on it and will
have a fix in the next release.

Shouldn't you be calling:

iboquery1.Locate( 'AUser', 'Test', [] );

Jason