From: Stefanie G. <sg...@ya...> - 2011-05-10 14:03:56
|
________________________________ 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 |