I see this for the SQLiteUniProvider but not for others.
Does this mean there currently is no such functionality for other providers?
Thanks
Fred
Registering user-defined functions
Re: Registering user-defined functions
Hello,
Support for user functions is implemented at the SQLite database level. Therefore this functionality is supported only in SQLiteUniProvider and in a separate product for SQLite - LiteDAC.
Support for user functions is implemented at the SQLite database level. Therefore this functionality is supported only in SQLiteUniProvider and in a separate product for SQLite - LiteDAC.
Re: Registering user-defined functions
>>Support for user functions is implemented at the SQLite database level
Hi Alex,
Thank you for the quick reply.
To be clear, there is no way to add "SQL Functions" like the ones used here:
http://www.devart.com/unidac/docs/index.html?unisql.htm
Hi Alex,
Thank you for the quick reply.
To be clear, there is no way to add "SQL Functions" like the ones used here:
http://www.devart.com/unidac/docs/index.html?unisql.htm
Re: Registering user-defined functions
Adding new SQL functions is not supported. You can only use already existing functions registered for each provider. If you have a version with source code, you can add the needed functionality by yourself.