[Mono-list] Provider Description

Daniel Morgan danmorg@sc.rr.com
Sun, 17 Nov 2002 12:17:06 -0500


Brian,

Can you add a Description to the Provider class in Mono.Data so we can
something like this in a combo box?

Provider: Microsoft SQL Server 7.0/2000
     Microsoft SQL Server 7.0/2000
     Sybase
     TDS Generic
     ODBC
     OLE DB
     PostgreSQL
     MySQL
     Oracle
     SQL Lite

I don't think its very user friendly to have the class names listed:

Provider: System.Data.SqlClient
	System.Data.SqlClient
      Mono.Data.SybaseClient
      Mono.Data.TdsClient
      System.Data.Odbc
      System.Data.OleDb
      Mono.Data.PostgreSqlClient
      Mono.Data.MySql
      System.Data.OracleClient
      Mono.Data.SqliteClient

Thanks,
Daniel