Sqlite does not have stored procedures, but does have functions. We iplemented Javascript as a stored procedure language in Sqlite and are currently looking at doing the same with Python for another application. You could also use Lua. These are all Open Source projects.
Jyoti Seth wrote: > Hi All, > > > > SQLite lacks built-in support for stored procedures. We need to create it in > our application. Please guide me any alternative method to achieve this > functionality. > > > > Thanks, > > Jyoti > > > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users