Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Bartolomeo Nicolotti
Da: Daniel Morgan monodanm...@yahoo.com Have you considered using ODBC provider instead? System.Data.Odbc namespace is included in System.Data assembly. You can use iodbc or unixodbc on linux. There's commercial odbc solutions for linux too. http://mono-project.com/ODBC

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Bartolomeo Nicolotti
I'd like to use the webservice As is so that we can switch easyly... if I won't be able to do it with IBM.Data.DB2 in a few days I'll consider using other way to connect. Do you know if with these providers you can connecto to AS/400? Many thanks Best regards Bartolomeo Nicolotti wrote:

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Carlos Ruiz Diaz
After failing trying to connect with the native driver I switched to unixODBC and it works fine for me. It is stable and I currently have a large program using ODBC as its connector. I use openSuse as my major OS. I installed the db2 express C but I was unable to find the required library to make

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Bartolomeo Nicolotti
Hi, I think I've the same problem: s...@lxpc54:~/src/test$ gmcs -r:/usr/lib/mono/1.0/IBM.Data.DB2.dll -r:/usr/lib/mono/2.0/System.Data.dll helloDB2.cs s...@lxpc54:~/src/test$ mono helloDB2.exe You must tell me your name! s...@lxpc54:~/src/test$ mono helloDB2.exe bart Hello, bart Unhandled

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Daniel Morgan
] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle To: Bartolomeo Nicolotti bnicolo...@siapcn.it Cc: mono-devel-list@lists.ximian.com Date: Thursday, February 12, 2009, 10:46 AM After failing trying to connect with the native driver I switched to unixODBC and it works fine for me

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Bartolomeo Nicolotti
, and IBM does have an ODBC driver for DB2 on Linux. --- On Thu, 2/12/09, Carlos Ruiz Diaz carlos.ruizd...@gmail.com wrote: From: Carlos Ruiz Diaz carlos.ruizd...@gmail.com Subject: Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle To: Bartolomeo Nicolotti

[Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-11 Thread Bartolomeo Nicolotti
IBM.Data.DB2.DB2Exception: Unable to allocate statement handle by Bartolomeo Nicolotti :: Rate this Message: Reply | Reply to Author | View Threaded | Show Only this Message Hello, I've installed mono, and xsp (not yet mod_mono) on ubuntu following the instruction here: