Subject | RE: [IBO] Locate problem with beta 4.7 beta 11 |
---|---|
Author | Jason Wharton |
Post date | 2006-12-21T12:31:01Z |
Trond wrote:
Jason Wharton
> SQL :This is fixed in IBO 4.7 Beta 12.
>
> 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
Jason Wharton