G
Guest
Okay, I am doing the:
table.rows.add(NewRow)
thing, but now I decide I want to be able to find the row by primary key. Now the primary key for this table is an Ident, so that value will come from the database. I have all my update components in order. Every thing works, until of course I set the primary key on the datatable (in a dataset). Now I can't add a row unless I set the ident column, but I can't do that cause it comes from the database. Any ideas?
table.rows.add(NewRow)
thing, but now I decide I want to be able to find the row by primary key. Now the primary key for this table is an Ident, so that value will come from the database. I have all my update components in order. Every thing works, until of course I set the primary key on the datatable (in a dataset). Now I can't add a row unless I set the ident column, but I can't do that cause it comes from the database. Any ideas?