Page 1 of 1

Registering user-defined functions

Posted: Sun 25 Jan 2015 21:09
by FredS
I see this for the SQLiteUniProvider but not for others.

Does this mean there currently is no such functionality for other providers?

Thanks

Fred

Re: Registering user-defined functions

Posted: Mon 26 Jan 2015 09:01
by AlexP
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.

Re: Registering user-defined functions

Posted: Mon 26 Jan 2015 18:09
by FredS
>>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

Re: Registering user-defined functions

Posted: Tue 27 Jan 2015 12:02
by AlexP
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.