sqlite file format, anyone?

Derek Atkins warlord at MIT.EDU
Sun Jun 22 02:08:35 CDT 2003


linas at linas.org (Linas Vepstas) writes:

> sender:
> INSERT INTO foo VALUES x,y,z;
> NOTIFY foo;
> 
> receiver:
> LISTEN foo;    
> and, upon receiving a foo event, 
> SELECT * FROM foo;  DELETE * FROM foo;
> 
> Thats it, you just RPC'ed foo() with arguments x,y,z, (and no return 
> value).  Pretty slick, I think. 

Until you have more than one LISTENer... ;)

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list