B
Bruce Stockwell
the setup:
Webservice/WinClient application/SQL server.
VS.Net (visual basic) winform wizard creates a simple form
with load cancel cancelall and datagrid bound to a simple
Dataset with one Datatable. No coding by programer, All
wizardry. User starts app, opens form, adds (4) records
and clicks update.
Problem:
(8) records are added to the dataset with id(key) of
0
1
2
3
24
25
26
27
it is obvious that the auto increment is out of sync. Only
records 24, 25, 26 and 27 are in SQL Server. 0,1,2 and 3
only exist in the dataset and are removed upon reload.
This situation exist with a form created with textboxes
vice the datagrid as well?
Help!
v/r
Bruce Stockwell
Webservice/WinClient application/SQL server.
VS.Net (visual basic) winform wizard creates a simple form
with load cancel cancelall and datagrid bound to a simple
Dataset with one Datatable. No coding by programer, All
wizardry. User starts app, opens form, adds (4) records
and clicks update.
Problem:
(8) records are added to the dataset with id(key) of
0
1
2
3
24
25
26
27
it is obvious that the auto increment is out of sync. Only
records 24, 25, 26 and 27 are in SQL Server. 0,1,2 and 3
only exist in the dataset and are removed upon reload.
This situation exist with a form created with textboxes
vice the datagrid as well?
Help!
v/r
Bruce Stockwell