M
Manuel Canas
Hi All,
After I call a data adapter for a straight insert on the DB, if I call the
same data adapter for an update on the same record, it throws an concurency
error saying that the update command updated 0 rows.
Now, how do I release and initialize it again so I can update that record
right after the insert command?
Thanks very much for you input on this one.
Manuel
After I call a data adapter for a straight insert on the DB, if I call the
same data adapter for an update on the same record, it throws an concurency
error saying that the update command updated 0 rows.
Now, how do I release and initialize it again so I can update that record
right after the insert command?
Thanks very much for you input on this one.
Manuel