Subject | RE: [IBO] Locate problem with beta 4.7 beta 11 |
---|---|
Author | Jason Wharton |
Post date | 2006-12-14T23:48:13Z |
Trond M wrote:
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
> SQL :What is KeyLinksAutoDefine set to?
>
> 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
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