Hi there !
I'm trying to execute a stored procedure and I can't find out what's the rigth syntax for it. I'm using Interbase v6.0. On a form I've put an IBConnection, an SQLTransaction and an SQLQuery object, linked together, open the database. It works until this, but when I try to execute a stored procedure with "execute procedure NewCAddress()" command it gives back all kind of error messages. This procedure returns an integer and I can't get the return value.
Can You help me ?
Best regards
Zoltán