s 0

s 0

  • NA
  • 21
  • 0

retrieving columns from database

Oct 10 2004 8:18 AM
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)