markftwain
Technical User
- Jul 12, 2006
- 108
Hi experts,
I am displaying a grid based on a view. The view needs to be reading from the table buffer. I am unable to add "with (buffering=.t.)" in the view designer, so have resorted to "CREATE [SQL] VIEW " with the needed "with (buffering=.t." The app works correctly until I quit and attempt to rebuild the project at which time I get "File access denied" on the database container. Using "clear all" does allow me to recompile.
Should not have "quit" closed the dbc? Is there another way of having a view see the table buffer and not always just read from the disk?
Thank you
I am displaying a grid based on a view. The view needs to be reading from the table buffer. I am unable to add "with (buffering=.t.)" in the view designer, so have resorted to "CREATE [SQL] VIEW " with the needed "with (buffering=.t." The app works correctly until I quit and attempt to rebuild the project at which time I get "File access denied" on the database container. Using "clear all" does allow me to recompile.
Should not have "quit" closed the dbc? Is there another way of having a view see the table buffer and not always just read from the disk?
Thank you