[Mono-list] GetSchemaTable() in OdbcDataReader

Daniel Morgan danmorg@sc.rr.com
Fri, 11 Oct 2002 09:43:54 -0400


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