Search results for query: *

  1. M

    Concurrency Violation

    Already done these things. What its weird, its that i get this "Concurrency Violation error" only when i try to save a old record created with my last release of my software (VS 2002, Framework 1.0, OleDB provider). Now im on VS 2003, Framework 1.1 and ORACLE Provider. If i create a new record...
  2. M

    Concurrency Violation

    How can i disable the Concurrency Violation and force the update ? Thank
  3. M

    Datagrid issue

    I recently upgrade to VS 2003 and Framework 1.1. I have a datagrid on my form and when i enter on the first line of the datagrid (on run mode), the line is not created automatically until i press a key. When i press a key, the arrow appears beside the new line and the stars go on the next line...
  4. M

    Concurrency Violation

    Here's the UpdateDatasource Sub that i created: I just send the datatable with the result of GetChange on my Dataset and my Select query to build the CommandBuilder PrivateSub UpdateDataSource(ByVal ChangedRows As DataTable, ByVal strSQLString AsString) Dim objOleDbCommand As...
  5. M

    Concurrency Violation

    I get a Concurrency Violation - UpdateCommand affected 0 records when i update a Dataset twice or more The first time, everything is fine, second time i get the error. If i refill my dataset with the DataAdapter after every save, everything is fine. But i want to reduce the access to...
Back
Top