Daniel, Thanks for the quick response. I have basic implementations of OdbcConnection, OdbcCommand, OdbcDataReader, OdbcParameter, and OdbcParameterCollection. It can execute queries and display result sets (and ExecuteNonQuery too). I'm currently working on the Parameter & Transaction support. I've been doing my development on Debian against a DB2 7.2 UDB.
Brian >From: "Daniel Morgan" <[EMAIL PROTECTED]> >To: "Brian Ritchie" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [Mono-list] ODBC.NET Data Provider >Date: Sun, 6 Oct 2002 22:51:07 -0400 > >Brian > >No one is working on the ODBC.NET Data Provider as far as i know. Just >attach your diff in an email, and someone, such as (passing the buck - >hehehe) Rodrigo Moya can do that for you. Rodrigo is the coordinator for >the >ADO.NET technology in Mono. > >What can you do witht he provider so far? Can you connect to a database >yet? How about run any queries? Or is it just C# bindings to the unixODBC >library(ies) right now? > >Daniel > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >Behalf Of Brian Ritchie >Sent: Sunday, October 06, 2002 10:03 PM >To: [EMAIL PROTECTED] >Subject: [Mono-list] ODBC.NET Data Provider > > >Is anyone working on a ODBC data provider? I've started one using unixodbc >and I'd like to contribute it to the project. > >Brian > > > >_________________________________________________________________ >Chat with friends online, try MSN Messenger: http://messenger.msn.com > > >_______________________________________________ >Mono-list maillist - [EMAIL PROTECTED] >http://lists.ximian.com/mailman/listinfo/mono-list > > >_______________________________________________ >Mono-list maillist - [EMAIL PROTECTED] >http://lists.ximian.com/mailman/listinfo/mono-list _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
