O
Osmosis
I have a truedbgrid with AllowAddNew = False
The changes I make to a record are only submitted after I move to another
record.
This could pose problems if there is only one record in the table (because
then you can't change the cursor)
How can I take care of this programmatically ? I want to submit the changes
to my dataset with code.
Sounds like a simple thing, but since I'm pretty new to VB.NET and ADO.NET
The changes I make to a record are only submitted after I move to another
record.
This could pose problems if there is only one record in the table (because
then you can't change the cursor)
How can I take care of this programmatically ? I want to submit the changes
to my dataset with code.
Sounds like a simple thing, but since I'm pretty new to VB.NET and ADO.NET