OracleDataAdapter Update() not working

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello,

Can someone pls. offer some advice?

I'm using .Net 1.1, OracleDataAdapter, OracleCommandBuilder.

I fill the dataset (with a Select), return the adapter, later, call
Update on the adapter, and close the transaction (with the connection).

Calling Update returns 10...that 10 rows were committed...yet, after
the Update, after the transaction commits, i dont see the rows in my
database.

Any ideas?

Thanks.

.