Updatable View with ADO and Trigger INSTEAD OF

From: Martino (martino.pavone_at_cezannesw.com)
Date: 02/25/05


Date: Fri, 25 Feb 2005 10:36:59 +0100

I have created a view on a base table and I have added a INSTEAD OF Trigger
to insert values on the base table.

I noted that ADO and ADO.NET insert values on the base table and not in the
view.

Is there a vay to force ADO to generate insert for the view and not for the
base table?

Thanks in advance.

Martino