On Tuesday, November 09, 2010 8:29 AM, Tran Van Hoc wrote:

> Dear all.
>
> I'm using SQLite and many thanks for your supports.
>
> I have problem about SQLite features.
>
> That's I don't know SQLite have stored procedure support?
>

How're your C skills?  If you are comfortable with the idea, then it really 
isn't too hard to add such support to sqlite, but you need to have a good 
level of C programming skills and also an understanding of the lemon grammar 
to do it.  Speaking from experience, adding a procedural language into 
sqlite is not particularly hard (I did it in under 2 weeks which included 
the appropriate additions to the test scripts).  I have to say, sqlite is 
probably the best-written bit of open-source code I know of, in terms of how 
easy it is to understand the original programmer's intention and to extend 
it.

I wish you all the best, if you try it!

Andy



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

Reply via email to