EFileTahi-A
Well-known member
In my Access database there are predefined values for the new records. If I use "INSERT INTO" keyword the these predefined values will be applyed, but, when I add a new row to my DataTable and give it the order to update, none of these predefined values are put in the new row / record, they all become NULL...
Can I force it to use the predefined values when adding a row to a DataTable and saving it (DataTable.Update) to the database?
Can I force it to use the predefined values when adding a row to a DataTable and saving it (DataTable.Update) to the database?