Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-16 Thread Bartolomeo Nicolotti
parameters. Does the IBM DB2 odbc driver support named parameters? If yes, then try using a named parameter instead of a question mark? --- On Fri, 2/13/09, Bartolomeo Nicolotti bnicolo...@siapcn.it wrote: From: Bartolomeo Nicolotti bnicolo...@siapcn.it Subject: Re: [Mono-dev] unixOdbc

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Bartolomeo Nicolotti
://support.microsoft.com/kb/310130 --- On Fri, 2/13/09, Bartolomeo Nicolotti bnicolo...@siapcn.it wrote: From: Bartolomeo Nicolotti bnicolo...@siapcn.it Subject: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters To: mono-devel-list@lists.ximian.com Date: Friday, February 13, 2009, 9

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Bartolomeo Nicolotti
, UDA-SQL-0144 Historical Number 1036951 Bartolomeo Nicolotti wrote: Hi, yes, I'm trying that way, adding some debugging System.Console.WriteLine in the OdbcCommand.cs and I got: s...@lxpc54:~/dwn/src/test$ mono helloODBCCommand.exe Hello, Dunkel Eseguo:CALL QGPL.WBC022(9

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Bartolomeo Nicolotti
(?, ?)}; You also have to manually add your own parameters. --- On Fri, 2/13/09, Bartolomeo Nicolotti bnicolo...@siapcn.it wrote: From: Bartolomeo Nicolotti bnicolo...@siapcn.it Subject: Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters To: mono-devel-list@lists.ximian.com Date

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

2009-02-12 Thread Bartolomeo Nicolotti
://www.unixodbc.com/doc/db2.html Novell maintains System.Data.Odbc; however, I do not think anyone is maintaining IBM.Data.DB2 in Mono. --- On Wed, 2/11/09, Bartolomeo Nicolotti bnicolo...@siapcn.it wrote: Bartolomeo Nicolotti wrote: IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

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 Bartolomeo Nicolotti
regards Bartolomeo Nicolotti wrote: 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

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: http