Subject | RE: [IBO] Views/Stored Procs in TIB_Query |
---|---|
Author | Claudio Valderrama C. |
Post date | 2000-12-07T05:04:22Z |
> -----Original Message-----It would be possible but:
> From: Eddie Bush [mailto:eddie@...]
> Sent: Lunes 27 de Noviembre de 2000 14:53
>
> Would it be possible to show views and stored procs in the query
> builder? It seems that it would be very beneficial for all
> users, since we probably all use views and stored procedures to
> increase the level of abstraction in our projects.
- maybe one would want to tell the difference between tables and views in
the list
- there's no safe way to tell if a procedure is a selectable one or not,
hence you can't be sure if the chosen proc can be used with EXECUTE or with
SELECT.
C.