2
Answers

retrieving columns from database

Photo of s 0

s 0

20y
2.4k
1
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

Answers (2)