Subject Unclear error calling sp from delphi
Author glenner003
Hi all,

I have a stored procedure in firebird 1.5 wich wordks from IBConsole
and from sqlexplorer, but fails when called from delphi.

The error I get is "General SQL error. Internal error".

I am using Delphi 4 and the BDE.

I already tried it in a very simple program, the error stays. Other
Stored Procedure in the same database are working just fine, the only
difference is that this sp adds records to a table with a calculated
field ("ONTVANGENOP" TIMESTAMP Default 'Now' NOT NULL).

Anybody any idea?

Kind regards,

Glenner003