Re: [Firebird-net-provider] Stored procedure - issue

2006-09-15 Thread Jakub Scheibe
Hi,Here is my stuff calling iBatis:            Mapper().BeginTransaction();            return (MyObject) Mapper().QueryForObject ("StoreProcId", id);After translation by iBatis it's finally calling this:         public object ExecuteQueryForObject(IDalSession session, object parameterObject, object

Re: [Firebird-net-provider] Stored procedure - issue

2006-09-13 Thread Jakub Scheibe
Hi, What do u mean by 'special things' ?In this moment I'm just calling - QueryForObject (storprocname, params)and that's it.Regards,Jakub.On 13/09/06, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: Hello:> I'm using iBatis so if u want I can send you part of their code> responsible> for storpro

Re: [Firebird-net-provider] Stored procedure - issue

2006-09-11 Thread Jakub Scheibe
Sorry for the delay but i was on my holidays.I'm using iBatis so if u want I can send you part of their code responsiblefor storprocs but as I wrote it's working fine with the FB ODBC drivers.Looks like the problem is really inside fbcommand.cs.Cheers,Jakub.On 25/08/06, Carlos Guzmán Álvarez <[EMA

[Firebird-net-provider] Stored procedure - issue

2006-08-25 Thread Jakub Scheibe
Hi,Maybe this problem was already reported but here is what i found.I tried to use stored procedures but i was getting a lot of errors.I was suprised cause my code was working fine with the fb odbc drivers. Finally i found error - when it's trying to prepare sql command for storproc it's callingfbc