by accademia@[EMAIL PROTECTED]
Jun 25, 2007 at 09:52 AM
On 25 Giu, 18:47, accade...@[EMAIL PROTECTED]
wrote:
> I am using a DBF that has the following structure:
>
> field1 Numeric 5 0
> field2 Char 5
>
> The DBF has an index CDX. The key expression is str(field1,6)+field2
> I use function relate4queryset("str(field1,5) <> ' 0'").
> Why function relate4optimizeable return 0 (Not optimizeable) ?
>
> Thank you for the help
>
> Regards
> Catello
> Italia
Sorry for the mismatch.
The key expression is str(field1,5) + field2
Regards