Subject | Re: [ib-support] Two things Firebird needs for corp acceptance |
---|---|
Author | Martijn Tonies |
Post date | 2002-06-10T13:05:27Z |
Hi,
temp table. Used cursors a lot though. Cursors (FOR SELECT DO)
could be improved in FB though - it would be nice to really have a
cursor and test for no records found and so on.
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> The two things the corp developer is looking for is:What's wrong with that?
>
> 1. The ability to query another database on the same server from a
> stored procedure.
> Why, datastores are easier to implement for one. Without this you
> could end up with hundreds of tables in a single DB.
> 2. Tempory Tables that can be created and destroyed from a storedI've worked with Oracle for a few years and never had to create a
> procedure. This is a comman practice in Sysbase, MS SQL Server and
> Oracle. Why? because it is a accepted method to make complex
> queries and calculations in a stored proc easier to maintain.
temp table. Used cursors a lot though. Cursors (FOR SELECT DO)
could be improved in FB though - it would be nice to really have a
cursor and test for no records found and so on.
> These two things are the biggest complaint I have been getting fromMartijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."