using (DataAccessAdapter adapter = new DataAccessAdapter())
{
adapter.SaveEntityCollection(this._ordersDesignerCollection, true, false);
}
the above code after new record/this script is not saving data to the database.
in the sample application NOrthwind.Databinding using complex form.