cheezy
Member
Hi:
I have another conundrum that is causing me trouble. I want to bring up a simple table in Oracle into a dataGrid on a Form and be able to change various fields on the dataGrid and then save the changes back to the database.
Using the following code, I am able to retrieve the data from the oracle table, but when I make a change to the data, I keep getting "Concurrency violation: the UpdateCommand affected 0 records." when I click the
I have another conundrum that is causing me trouble. I want to bring up a simple table in Oracle into a dataGrid on a Form and be able to change various fields on the dataGrid and then save the changes back to the database.
Using the following code, I am able to retrieve the data from the oracle table, but when I make a change to the data, I keep getting "Concurrency violation: the UpdateCommand affected 0 records." when I click the