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