2
Answers

retrieving columns from database

Ask a question
s 0

s 0

19y
2.1k
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)