> With de DLL there i try to import with the > using ByteFX.MySqlClient.dll; > but i get the error that the NameSpace does not exists........ where i > have to put it ??? I have to do anything else ?!?!??! You must create a "reference" to it in your project. Then MonoDevelop will be able to find the assembly with the namespace in it so your project can compile. -- Casey Winans <casey@cwinans.com>