I have remote views in my database. Everything appears to behave as should except when i try this
Open database JB
use jb!rv_tableA in 0 alias v_tableA
select v_tableA
**- navigate to a record
Replace fieldA With "junk"
=Tableupdate() //- I have tried varying tableupdate() syntax
**- just for completeness I am apply buffering 5 to the view, has a primary key
There is no error whatsoever
But when I requery the view or look at the record in management studio it hasn't changed
Open database JB
use jb!rv_tableA in 0 alias v_tableA
select v_tableA
**- navigate to a record
Replace fieldA With "junk"
=Tableupdate() //- I have tried varying tableupdate() syntax
**- just for completeness I am apply buffering 5 to the view, has a primary key
There is no error whatsoever
But when I requery the view or look at the record in management studio it hasn't changed