Subject Re: [firebird-support] Read-Only Distribution and Views
Author Uwe Oeder
Sorry Helen , I phrased my question incorrectly. Does Firebird have the
ability to create a view that exists totally in memory like MySQL's Memory
tables , so that it would not have to update a read-only database file on
CD. Something Like :"Create [Memory] View AS Select * From ATable Where
Name = 'MyName' ; If there are nothing like 'memory' views I was asking if
one could mutiple subqueries to narrow searches as I would of have done
with views where the one view is created upon the previous view and a
different conditioning making the resulting rows less and less.