| Subject | Re: [firebird-support] How to make queries to a temporary result set | 
|---|---|
| Author | Doug Chamberlin | 
| Post date | 2012-09-22T13:28:56Z | 
On 9/21/12 3:12 PM, HECTOR RIOS wrote:
lifetime of the connection to the database which sounds like what would
be appropriate.
See http://www.firebirdsql.org/refdocs/langrefupd21-ddl-table.html
Doug C.
            > I´m trying to save some sql parsing in a Delphi application by using temporary result sets. Is there such thing in Firebird?Sounds like you need to use global temporary tables. These can have a
> For example: some user makes a query with some filters and then wants to make another query over results from previous query.
> It would be easy if added the filters over the result set without having to mix previous filters plus last query´s filters.
> Anybody has an easy alternative for this?
lifetime of the connection to the database which sounds like what would
be appropriate.
See http://www.firebirdsql.org/refdocs/langrefupd21-ddl-table.html
Doug C.