[Mono-list] MySQL

Rodrigo Moya rodrigo@ximian.com
01 Nov 2002 14:20:47 +0100


On Fri, 2002-11-01 at 14:18, Ben Clewett wrote:
> Daniel Morgan & Rodrigo Moya,
> 
> I've downloaded and compiled Mono.Data.MySql into a .dll of that name, 
> and begun looking into the source code.  --  So far this has given me 
> more confidence than others I have found, espeically when the developers 
> them selves are happy to write directly to me, something which has been 
> a universal joy of mono for me so far.
> 
> I would be glad to help out with any development work, although at the 
> moment in a capacity as a tester more than developer.  I wonder if there 
> is a page/mailing list where specific topics about Mono.Data.MySql are 
> discussed.
>
mono-hackers or mono-list is the correct place so far to ask about it.

>   Specifically, somewhere where I can get any corrent 
> documentation on how this .dll should be used?
> 
there's no documentation for it, but it is used as any other ADO.NET
provider. So, look for some documentation on how to use, for instance,
System.Data.OleDb, and then, to use MySql's one, just replace
System.Data.OleDb with Mono.Data.MySql. There are some small
differences, but most things are identical.

cheers
-- 
Rodrigo Moya <rodrigo@ximian.com>