Subject Re: [firebird-support] Delphi xe 7 with firebird database error invalid request BLR at offset @1
Author Mark Rotteveel
On 18 Jun 2015 01:12:13 -0700, "ericfanpheichin@...
[firebird-support]" <firebird-support@yahoogroups.com> wrote:
> Urgent need help.
> need finish this project before friday
>
> error message
>
> invalid request BLR at offset @1
> function @1 is not defined
> module name or entrypoint could not be found
> Error while parsing procedure @1's BLR
>
> > this happen when i need to use insert data into table that have
active
> > trigger

You are using an UDF that is missing its DLL, or the DLL is 32 bit and you
are running Firebird 64 bit or vice versa, or the UDF folder is not
accessible by Firebird server configuration or user rights.

It is curious though that your error contains the parameter placeholders
and not the actual values. Are you actually connecting to a Firebird
server?

Mark