Subject Re: [firebird-support] Re: Solved! message length error with stored procedures and PHP
Author Helen Borrie
At 06:49 AM 6/04/2005 +0000, you wrote:


>I got it now :) I should have inserted this
>
>
>$sql = "select * from test('$nr')"; instead of this:
>$sql = "execute procedure test('$nr')";

Smart learner!! :-))

./heLen