Archive For custom function

[HowTo] Make User Defined Function In SQLite ADO.NET With C#

[HowTo] Make User Defined Function In SQLite ADO.NET With C#

Sometime we want to make user defined function and use it in our query to the database. In Ms. SQL Server and Oracle DBMS support user defined function, stored procedure and transactional. Since SQLite... [More...]