On Monday, 25 March, 2013, at 00:06, Moumita Banerjee <mouban1...@gmail.com> 
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 Functions, User-Defined Aggregates, and 
Virtual Tables.  If your definition of a Stored-Procedure means an executable 
batch of SQL Statements akin to Transact-SQL or PL/SQL, or Stored Procedures as 
in modern DB2, then those are not supported by the SQLite database engine.

---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to