Yes, unfortunately the datatables are different. In MySql and SqlServer it's COLUMN_NAME, in DB2 it's ColumnName, in postgresql it's Name.
Other properties have even more variation.
The SchemaReader gives you these raw datatables, but the DatabaseReader sits on top of that, and should be translating everything to the same model.
Unless you're willing to do the translating of datatable columns (you could use the translating logic in ColumnsKeyMap), you'll have to use DatabaseReader (from the planning build).
Other properties have even more variation.
The SchemaReader gives you these raw datatables, but the DatabaseReader sits on top of that, and should be translating everything to the same model.
Unless you're willing to do the translating of datatable columns (you could use the translating logic in ColumnsKeyMap), you'll have to use DatabaseReader (from the planning build).