retrieving columns from database
Hello,
i retrieve this ways at the moment columns from the database:
System.Data.DataTable schemaTable = Connection.GetOleDbSchemaTable( System.Data.OleDb.OleDbSchemaGuid.Columns, new object [ ] {null, null, DefaultTable, null} );
the problem is that the order in what they are returned doens't correspond with the structure of the database. How can this be solved?
greetings
Sander