|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, June 05, 2012 1:22 AM
Points: 12,
Visits: 49
|
|
hi all
i am new with Sqlite database. i know there is no option to create store procedure so please tell me. Is any way to create store procedure in sqlite database
please tell me also what is the maximum database size of sqlite database
how many tables i can store in sqlite database file
how can i perform encryption and decryption in sqlite
how can i create user define function in sqlite
can i declare variables in sqlite
how can i get backup and restore database
please help soon i need this help in my running client side project
Thanks to view the topic
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 1:58 PM
Points: 595,
Visits: 3,893
|
|
hmmm... "i know there is no option to create store procedure so please tell me. Is any way to create store procedure in sqlite database"
sounds like you're asking for the impossible. Anyway, this is a SQL-SERVER forum (as in Microsoft).
a quick Google turns up (among many others)
http://www.sqlite.org/whentouse.html http://www.webdotdev.com/nvd/content/view/347/ http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html http://www.sqlite.org/vdbe.html
good luck
|
|
|
|