I want to insert a new record in my country table with the use of Data Adapter & DataSet.
In the country table 4 fields are binded to the database fields & 2 fields are values like (TimeStamp, UserId,...) which needs to be put into the Fields before saving. These are not binded to any db fields.
How to save the record ?I want to insert a new record in my country table with the use of Data Adapter & DataSet.
In the country table 4 fields are binded to the database fields & 2 fields are values like (TimeStamp, UserId,...) which needs to be put into the Fields before saving. These are not binded to any db fields.
How to save the record ?