Subject | Re: IN clause, limitation to 1550 items |
---|---|
Author | develop111 |
Post date | 2003-03-16T15:25:11Z |
--- In ib-support@yahoogroups.com, Paul Schmidt <pschmidt@i...>
wrote:
However, the problem is that I'm using a report generator and I
don't have the source and full control on it.
So, it's for this reason I need to use an IN clause with the report
generator to filter only on specific products. Also, another problem
is since users don't necessary have access to all products (it
depends on their security level) it complicate things.
Thanks again for all answers.
Best regards
wrote:
> On March 15, 2003 03:35 pm, develop111 wrote:programs.
> > I'm currently using IB 6 OpenSoucre version with my Delphi
> > I'm planning to migrate to Firebird in a near future. Alimitation
> > with IB 6 is that I cannot have more than 1500 items withinthe "IN"
> > clause in a query.Thank you for all answers. I will try to find a new way to do that.
> >
> > Example: SELECT * FROM PRODUCTS WHERE PRODUCTID IN ('PRODUCT1', '
> > PRODUCT2, ...)
> >
> > Is this limitation is the same with Firebird ?
>
However, the problem is that I'm using a report generator and I
don't have the source and full control on it.
So, it's for this reason I need to use an IN clause with the report
generator to filter only on specific products. Also, another problem
is since users don't necessary have access to all products (it
depends on their security level) it complicate things.
Thanks again for all answers.
Best regards