P
Przemo
Hi,
I have a datatable with 1 row. It consists of columns: name,
date, time and value. I use dataadapter to insert these data
to a SQL2000 table. Structure of the table is almost the
same. It contains all these 4 columns plus one more which
is a table PrimaryKey and IdentityColumn -
autoincrementing integer.
After SqlDataAdapter.Update I would like to get that value of
PrimaryKey assigned by sql2000 to my new row in sql table.
How can I do it ?
Thank in advance!
Przemo
I have a datatable with 1 row. It consists of columns: name,
date, time and value. I use dataadapter to insert these data
to a SQL2000 table. Structure of the table is almost the
same. It contains all these 4 columns plus one more which
is a table PrimaryKey and IdentityColumn -
autoincrementing integer.
After SqlDataAdapter.Update I would like to get that value of
PrimaryKey assigned by sql2000 to my new row in sql table.
How can I do it ?
Thank in advance!
Przemo