|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to call UDF with params
Hi All
How do i call a UDF in FB? Thnks Wb |
|
#2
|
|||
|
|||
|
In a stored procedure/trigger:
myvariable = my_function(param1, paramn...); In a SELECT or other statement: SELECT mycolumn, my_function(anothercolumn, value) FROM ... etc With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com
__________________
Martijn Tonies Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle Upscene Productions http://www.upscene.com |
|
#3
|
|||
|
|||
|
Thanks!! - upscene, you need just one more post then you can have an avatar!!
|
|
#4
|
|||
|
|||
|
Quote:
btw, my sig doesn't show automatically, any idea? |
|
#5
|
|||
|
|||
|
Quote:
No idea checkout the User CP Settings. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > How to call UDF with params |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|