[Mono-list] Re: GetSchemaTable() in OdbcDataReader

Brian Ritchie brianlritchie@hotmail.com
Fri, 11 Oct 2002 09:49:17 -0400


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" <danmorg@sc.rr.com>
To: "Brian Ritchie" <brianlritchie@hotmail.com>
Cc: "Mono-List" <mono-list@ximian.com>
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
>