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 25 March 2013 06:05, Moumita Banerjee <[email protected]> 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 problem. > > Thanks, > Moumita > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

