Subject | RE: [ib-support] Re: ABS, External function |
---|---|
Author | Alan McDonald |
Post date | 2002-12-13T09:27:06Z |
it's a UDF - you need to use the FreeUDFLib.dll - find it at IBPhoenix.com
Alan
-----Original Message-----
From: Michael Vilhelmsen <Michael.Vilhelmsen@...>
[mailto:Michael.Vilhelmsen@...]
Sent: Friday, 13 December 2002 7:14 PM
To: ib-support@yahoogroups.com
Subject: [ib-support] Re: ABS, External function
Dynamic SQL Error
SQL error code = -804
Function unknown
ABS
I can't see the function in IB Expert or IBCOnsole
Michael
--- In ib-support@yahoogroups.com, "Martijn Tonies" <m.tonies@u...>
wrote:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Alan
-----Original Message-----
From: Michael Vilhelmsen <Michael.Vilhelmsen@...>
[mailto:Michael.Vilhelmsen@...]
Sent: Friday, 13 December 2002 7:14 PM
To: ib-support@yahoogroups.com
Subject: [ib-support] Re: ABS, External function
Dynamic SQL Error
SQL error code = -804
Function unknown
ABS
I can't see the function in IB Expert or IBCOnsole
Michael
--- In ib-support@yahoogroups.com, "Martijn Tonies" <m.tonies@u...>
wrote:
> I meant the error message when trying to use the function.<m.tonies@u...>
>
>
> With regards,
>
> Martijn Tonies
> InterBase Workbench - the developer tool for InterBase & Firebird
> Firebird Workbench - the developer tool for Firebird
> Upscene Productions
> http://www.upscene.com
>
> "This is an object-oriented system.
> If we change anything, the users object."
>
>
> > Yes my script comp. uses the same transaction.
> > Just checked.
> >
> > And I do not get any error messages.
> > It just commits.
> > And the Function is not there.
> >
> > This is what stands un my scipts (Strings):
> >
> > DECLARE EXTERNAL FUNCTION abs
> > DOUBLE PRECISION
> > RETURNS DOUBLE PRECISION BY VALUE
> > ENTRY_POINT 'IB_UDF_abs' MODULE_NAME 'ib_udf';
> >
> >
> > Thank you so far
> >
> > Michael
> >
> >
> >
> >
> > --- In ib-support@yahoogroups.com, "Martijn Tonies"
> > wrote:To unsubscribe from this group, send an email to:
> > > >
> > > > try
> > > > //Udfører opdatering del 1
> > > > if (not (DMMain.trAlmindelig.Active)) then
> > > > DMMain.trAlmindelig.StartTransAction;
> > > > DMOpdat533.Opdat5.ExecuteScript;
> > > > DMMain.trAlmindelig.Commit;
> > > > except
> > > > ShowMessage('Kunne ikke oprettet ABS funktion ');
> > > > DMMain.trAlmindelig.RollBack;
> > > > end;
> > >
> > > And the script component uses the same transaction?
> > >
> > > 'Cause it should be available then.
> > >
> > > What is the error message that you're getting?
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/