________________________________
Hello!


I have problems using default parameters in stored procedures.
It is no problem to create a stored procedure like that:
execute procedure person_sel(persidx INTEGER, mode INTEGER DEFAULT 0)...

When I call it using odbc I have to set all parameters:
{Call PERSON_SEL(1,0)} 
otherwise({Call PERSON_SEL(1)}) I get the following error: count field incorrect

I use Firebird-ODBC-driver: 2.0.0.151 and Firebird 2.5.

Does anyone know a resolution to solve this problem?

Thanks in advance.

Best regards,
Stefanie Gocht
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Firebird-odbc-devel mailing list
Firebird-odbc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel

Reply via email to