Subject | Re: [ib-support] Writing a UDF that makes Interbase API calls |
---|---|
Author | Martijn Tonies |
Post date | 2002-09-20T13:45:24Z |
Hi,
UDFs aren't supposed to be long and time consuming tasks - let alone
creating database connections!
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> I want to replace a stored procedure with a UDF. I need to call thePossible - yes/perhaps. Should you do it? NO!
> Interbase API from the UDF in order to open a query and update some
> rows.
>
> Is this possible? Can I use IBO for it?
UDFs aren't supposed to be long and time consuming tasks - let alone
creating database connections!
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."