Subject | Re: [firebird-support] Advice requested on design pattern |
---|---|
Author | Mike Ro |
Post date | 2015-05-20T19:03:17Z |
Thank you for your response.
On 20/05/15 11:25, Alan J Davies Alan.Davies@... [firebird-support] wrote:
On 20/05/15 11:25, Alan J Davies Alan.Davies@... [firebird-support] wrote:
In this way wouldn't the SP have the same problem that was mentioned by Louis, namely that only the index from the first table in the query would be used?Another way of doing what you want would be to use SPs instead of Views.
Then if you "select * from SP" and hide it as below, no-one can see what
you are doing with the data.
Sorry if I misunderstood or my knowledge of SP is lacking.