![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Greetings! I have a table-buffered remote view (call it myview). A few edits, deletes, and updates are performed on the buffered view. Example: Suppose the view originally contains records: A B C Then, C is deleted and D is added: A B D Now, SELECT * FROM myview will result in a record set looking like: A B C Is there a way to manipulate the current buffer (containing A, B, and D) with SQL SELECT? Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |