C
Cloud078
the source DB has a table with 3 columns
ColumnA (primary key, uniqueidentifier)
ColumnB
ColumnC
my dataset has a new row with values for column B and column C
is there any way i can add my new row to the source DB and have the
source DB generate a primary key? Currently, it tells me i cant add
the new row because a primary key cant be null.
I'm using c# and ms sql server 2000
Thanks in advance for any advice!
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
ColumnA (primary key, uniqueidentifier)
ColumnB
ColumnC
my dataset has a new row with values for column B and column C
is there any way i can add my new row to the source DB and have the
source DB generate a primary key? Currently, it tells me i cant add
the new row because a primary key cant be null.
I'm using c# and ms sql server 2000
Thanks in advance for any advice!
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*