Re: [sqlite] How to write store-procedure in SQLite.net

2013-03-25 Thread Mike King
SQLite doesn't have stored procedures. If you are using a .Net language such as C# then you can create your own custom functions which may do what you want. See the link below for an example. http://stackoverflow.com/questions/172735/create-use-user-defined-functions-in-system-data-sqlite On

Re: [sqlite] How to write store-procedure in SQLite.net

2013-03-25 Thread Keith Medcalf
On Monday, 25 March, 2013, at 00:06, Moumita Banerjee said: > I am trying to write a store-procedure in SQLite.net , but I am unable to > do so. Please help me solve this problem. What is your definition of a stored-procedure? SQLite supports triggers, User-Defined

Re: [sqlite] How to write store-procedure in SQLite.net

2013-03-25 Thread Noel Frankinet
Hello, I think that sqlite does not support stored procedure, but it does support triggers. Noël On 25 March 2013 07:05, Moumita Banerjee wrote: > Hi, > > I am trying to write a store-procedure in SQLite.net , but I am unable to > do so. Please help me solve this

[sqlite] How to write store-procedure in SQLite.net

2013-03-25 Thread Moumita Banerjee
Hi, I am trying to write a store-procedure in SQLite.net , but I am unable to do so. Please help me solve this problem. Thanks, Moumita ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users