On Fri, 2002-12-13 at 08:23, wzfg wrote: > Hi, friends, > > Does anyone know how to connect to Sybase by using Mono.Data.*? > use Mono.Data.SybaseClient. First of all you have to create a SybaseConnection, and then, from it, use it as any other IDbConnection-based class. cheers -- Rodrigo Moya <rodrigo@ximian.com>