Subject | Re: Stored procedure to work with specified table/fields? |
---|---|
Author | sgharp |
Post date | 2004-06-19T00:52:07Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
temporary tables but couldn't figure out the multi user issues.
Apparently, a session ID would resolve this. Where can I learn more
about this technique? What happens when more than one user needs to
run the same operation?
Steve
wrote:
> >Itemporary tables
> >need to write a series of stored procedures to work against
> >temporary tables that are created and dropped on the fly so the
> >table names won't be known until runtime.
>
> This is *not* a recommended technique. Create "permanent"
> and implement a session ID using a generator. You can housekeepthese
> tables at idle times...I'm all ears for a better way. I started out with permanent
>
> /heLen
temporary tables but couldn't figure out the multi user issues.
Apparently, a session ID would resolve this. Where can I learn more
about this technique? What happens when more than one user needs to
run the same operation?
Steve