P
PL
When I add a new row to a DataSet that was filled with info
from a database the new row does not get the default values
defined in SQL Server, how do I accomplish this seemingly
simple task ?
I don't want to have to fill in the default values in the row first,
I want it to understand the defaults set in the database and
fill it automatically as you would expect it to.
Thank you
PL.
from a database the new row does not get the default values
defined in SQL Server, how do I accomplish this seemingly
simple task ?
I don't want to have to fill in the default values in the row first,
I want it to understand the defaults set in the database and
fill it automatically as you would expect it to.
Thank you
PL.