Subject RE: [firebird-support] Re: Stored procedure to work with specified table/fields?
Author Alan McDonald
</snip>
> same operation. I think the session ID sounds very feasible and
> > easy to implement. Is there a better way?
> >
> > Steve
> >
>
> It will remain blazing fast if you just use the stored procedures you have
> and make them selectable. They will behave like normal selects - you can
> even use WHERE clauses on them to further define runtime requirements.
> No need to temp tables in this context. Believe me - they are
> fast this way
> too.
> Alan
>

oh and you won't have any problems with multiple users either if you use
this method.
Alan