C
CV
Hello,
I have a collection of data on a local access table and I need to update
data on a ORACLE table, but sometimes I need insert one row and another I
need update a row on the Oracle table.
How can I choose insert or update?
I have the idea of use always update on docmd.runsql and use a insert on
docmd.runsql when I update zero row, but I don't know how get the number of
rows.
I thank some help
Carlos Valente
I have a collection of data on a local access table and I need to update
data on a ORACLE table, but sometimes I need insert one row and another I
need update a row on the Oracle table.
How can I choose insert or update?
I have the idea of use always update on docmd.runsql and use a insert on
docmd.runsql when I update zero row, but I don't know how get the number of
rows.
I thank some help
Carlos Valente