Thanks Donald!
    Just want I needed!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Griggs, Donald
Sent: Thursday, July 24, 2008 7:50 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Does sqlite support stored procedure?

Hi, John,

Regarding: "I would like to know if SQLite supports stored procedures.
This should be a simple question, but I did not find a clear answer on
the SQLite website."

In a word -- no, it does not.

HOWEVER, it DOES:
  -- support a TRIGGER feature, with limitations.
  -- allow the creation of  user functions in the calling language,
which can then be invoked much like a stored procedure.

See also:
  http://www.sqlite.org/omitted.html
  http://www.sqlite.org/lang_createtrigger.html

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Zhang


This email and any attachments have been scanned for known viruses using 
multiple scanners. We believe that this email and any attachments are virus 
free, however the recipient must take full responsibility for virus checking.
This email message is intended for the named recipient only. It may be 
privileged and/or confidential. If you are not the named recipient of this 
email please notify us immediately and do not copy it or use it for any 
purpose, nor disclose its contents to any other person.
_______________________________________________
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

Reply via email to