Daniel, Sounds great. There is already some code in there to fill an array of DataColumn objects with the fields. That should be a good start for the GetSchemaTable() method.
Brian ----- Original Message ----- From: "Daniel Morgan" <[EMAIL PROTECTED]> To: "Brian Ritchie" <[EMAIL PROTECTED]> Cc: "Mono-List" <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 9:43 AM Subject: GetSchemaTable() in OdbcDataReader > Brian > > Have you started or plan to start implementing the method GetSchemaTable() > in System.Data.Odbc class OdbcDataReader? > > If not, I would like to do an initial implementation of GetSchemaTable() in > Odbc. I have done the GetSchemaTable() implementation for the PostgreSQL > provider in System.Data.SqlClient with the help of Tim Coleman. I am > working on the GetSchemaTable() implementation for Mono.Data.MySql now. > Rodrigo Moya said it was okay that I can do the implementation of > GetShemaTable() for System.Data.OleDb too. > > Is it okay if I do an initial implementation of GetSchemaTable() in > System.Data.Odbc as well? > > Daniel > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
