Hi,
I am new to VB.net and tried using a Dataform to connect to an Access Db. The wizard takes me through everything (connection, dataset, tables, relationships etc) and then builds my form with the customer details at the top and their vehicle details in the datagrid at the bottom.
I can press the load button and all my records are shown. MY problem is that when I make a change to the customer details and press update I get the following
Concurrency violation: the UpdateCommand affected 0 records
Has anybody any ideas? There are no other users on the Db. I have tried having relationships on the DB and not? I have not touched any code and this is the first form on my project!!
Thanks in advance for any suggestions
Jonathan
I am new to VB.net and tried using a Dataform to connect to an Access Db. The wizard takes me through everything (connection, dataset, tables, relationships etc) and then builds my form with the customer details at the top and their vehicle details in the datagrid at the bottom.
I can press the load button and all my records are shown. MY problem is that when I make a change to the customer details and press update I get the following
Concurrency violation: the UpdateCommand affected 0 records
Has anybody any ideas? There are no other users on the Db. I have tried having relationships on the DB and not? I have not touched any code and this is the first form on my project!!
Thanks in advance for any suggestions
Jonathan