Re: [Mono-devel-list] problem with DB2Command class

2005-07-06 Thread Pablo Cardona
executing ExecuteReader method I check if the connection State is Open. On 7/6/05, Victor Vatamanescu [EMAIL PROTECTED] wrote: Hello! What is the user account under your process is running? Regards, Victor - Original Message - From: Pablo Cardona [EMAIL PROTECTED] To: mono-devel-list

[Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Pablo Cardona
Hi, I'm trying to access to a DB2 database in a remote computer, and this exceptions is thrown: Unhandled Exception: System.DllNotFoundException: db2_36 I've read in the mono-project web page that I need the library db2_36.so, but I can't find this library anywhere. I,ve installed IBM DB2

Re: [Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Pablo Cardona
renamed to libdb2.so and may not be ABI/API compatible). Also they've developed their own ADO.NET provider for 8.2 but it only installs for .NET in Windows. :) On 7/1/05, Pablo Cardona [EMAIL PROTECTED] wrote: Hi, I'm trying to access to a DB2 database in a remote computer

[Mono-devel-list] problem using Gst-sharp with an application in gtk#

2005-05-31 Thread Pablo Cardona
Hi, I'm developing an application with an GUI in gtk#, that plays mp3 files. I've created a class with a static method that plays the files using Gst-sharp. The problem appears when I call Gtk.Application.Init() to initialize the application. If I call the method that plays the mp3 files before

[Mono-devel-list] Change font size.

2005-04-14 Thread Pablo Cardona
Hello, I'm developing an application with gtk#, and I'm trying to change the fonts that is used in the application, to use diferent sizes of letters. I didn't find any class or method that changes the properties of the font used by the application. So I don't know if it is possible to change the