Hello everyone!
I am new to VB.NET so please accept my apologies if the question is too easy. I created a concise code to explain the problem I have.
I have an Access database that contains Table1 with 3 fields (IdCol=PK, Col1 and Col2). I create a datatable with the same structure, add 2 records, insert them in Table1 using a dataadapter. Problem is that if I create a new adapter to select records from Table1, the new...