Subject | Read-Only Distribution and Views |
---|---|
Author | Uwe Oeder |
Post date | 2003-11-12T13:46:05Z |
I have created a database for my application. I want to distribute my
database on a CD. The database is not copied onto the harddisk. The
database must remain Read-Only. When the user uses my application he may
search. I want to create a View when he searches for the first time , and
then just search again on the view for the second search. Basically I want
to subquery through View's. The views will be destroyed when the user quits
the application. Can I however create a view , only for that session , if
the database is read-only ?
database on a CD. The database is not copied onto the harddisk. The
database must remain Read-Only. When the user uses my application he may
search. I want to create a View when he searches for the first time , and
then just search again on the view for the second search. Basically I want
to subquery through View's. The views will be destroyed when the user quits
the application. Can I however create a view , only for that session , if
the database is read-only ?