S
Steffen
Hi there.
I got a strange problem here. I'am using a view with view_metadata option
and an Instead Of Update Trigger. I open this view in an ADO recordset and
bind it to my form. The form is not updateable. But when updating the
recordset in code
(adors.fields("myfield").value = 5 and adors.update) it works fine and also
uses the triggers.
Any suggestions?
Thanks in advance,
Steffen.
I got a strange problem here. I'am using a view with view_metadata option
and an Instead Of Update Trigger. I open this view in an ADO recordset and
bind it to my form. The form is not updateable. But when updating the
recordset in code
(adors.fields("myfield").value = 5 and adors.update) it works fine and also
uses the triggers.
Any suggestions?
Thanks in advance,
Steffen.