Si
Jeremy is correct about the Access.
Since the update will be done at the code level, only rules defined for the tables and design schema will be enforced. (I.e., primary key, referential integrity.)
(This is one of the reasons why updating via ODBC or other external means can be dangerous.)
So what are you trying to do? Will the ADO updates be done from an external or internal source?
Richard