R
Rob Richardson
I am sure there is something elementary I am leaving out, and by this
question I am revealing myself as the newbie I am.
I have a typed dataset that contains a table named "Orders". When a user
enters a new order, I create an OrdersRow object, then I call my table's Add
method, passing in the new row object, and finally I call my table's
AcceptChange method. No exceptions get thrown, but the new row does not
appear in the database.
Thanks very much!
Rob
question I am revealing myself as the newbie I am.
I have a typed dataset that contains a table named "Orders". When a user
enters a new order, I create an OrdersRow object, then I call my table's Add
method, passing in the new row object, and finally I call my table's
AcceptChange method. No exceptions get thrown, but the new row does not
appear in the database.
Thanks very much!
Rob