...gerhard...
MyBO.CopyDataFrom(YourDataTable, ClearAndFillFromDefaultValue)
In my ds.Tables[0] there are 11 rows, but after executing these commands there are just 11 empty rows in my BO
1. Where can I find the source code of CopyDataFrom() in the Source Code Directory?2. If this would be an SQL error, where could I find the SQL error message?