Subject RE: [IBO] Views/Stored Procs in TIB_Query
Author Claudio Valderrama C.
> -----Original Message-----
> 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.

It would be possible but:
- 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.