Subject | Re: [firebird-tools] Temporary tables and interfaces |
---|---|
Author | Ann W. Harrison |
Post date | 2004-09-16T20:05:38Z |
At 03:21 PM 9/16/2004, Scott Taylor wrote:
stumbling blocks for programmers moving from other databases.
Temporary tables are also a pretty good model for the way
most people think about problems - take a wide first cut,
refine it, add to it, refine it some more, repeat, then study
the result. Yes, it would be more efficient and elegant to
express the whole thought in a single statement, but who has
that much time?
look real to the attachment that's using them.
Regards,
Ann
>So if I have an application that generates a temp table called 'stuff' andYes.
>two people are running this app, will I be creating two tables called
>'stuff'?
>I think that should be done at the client, in a temp file as I already do,The absence of temporary tables is one of the most common
>just to save confusion.
stumbling blocks for programmers moving from other databases.
Temporary tables are also a pretty good model for the way
most people think about problems - take a wide first cut,
refine it, add to it, refine it some more, repeat, then study
the result. Yes, it would be more efficient and elegant to
express the whole thought in a single statement, but who has
that much time?
> What if the client disconnects poorly (likeThe architecture/implementation will avoid that problem.
>Windoze crashing) and leaves these temp tables hanging about the DB?
> > I suspect that works very very badly for tools thatWho says they're stored at all? They're ephemeral. They just
> > do connection pooling and those that use multiple connections.
>
>There should be a way to view and manage temp tables if they are going to
>be stored in DB space. :(
look real to the attachment that's using them.
Regards,
Ann