Hello folks, first time here, dropping global greetings to everyone...
Anyway, I have a prob when updating rows into my access database.
I can successfully update/add the rows to the data base, the only prob I
have is when I insert/add a new record, it will just ignore all its
defaults fields values (if they have any ofcourse), that is, imagine that I
have 20 fields in numeric format having "0" as default value. Whenever I
add a new record filling up only few fields with new values all the
untouched fields will remain null ignoring its default value...
Am using an DataAdapter.Update() to update changes comminted on a DataTable
back into the database.
Please aid.
Thank you
--
Message posted via
http://www.dotnetmonster.com