I
Ian
I'm using an SQL Compact DB in a forms application. When I do an
insert, I find that my DataRow's primary key remains invalid in memory
(-1) because it's not loaded the assigned primary key from the
identity column in the database. This is unsurprising, because
'refresh data table' is unchecked on the tableadapter.
However, the problem is that 'refresh data table' is greyed out in the
user interface (this is Visual Studio 2008). Can someone tell me why,
and what I can do about it?
Thanks,
Ian.
insert, I find that my DataRow's primary key remains invalid in memory
(-1) because it's not loaded the assigned primary key from the
identity column in the database. This is unsurprising, because
'refresh data table' is unchecked on the tableadapter.
However, the problem is that 'refresh data table' is greyed out in the
user interface (this is Visual Studio 2008). Can someone tell me why,
and what I can do about it?
Thanks,
Ian.