On Thu, Nov 19, 2009 at 12:32 PM, Tim Romano <tim.rom...@yahoo.com> wrote:
> Thank you, Jay and Pavel.
>
> So, there is much work going on "behind the scenes" in these two lines
> because of the tightly-knit connection between TCL and SQlite:
>
> proc sql_addnum { a b } { return [expr { $a + $b }] }
> db function addnum sql_addnum
>
>


well, I guess most well written interfaces will offer similar
functionality, not just Tcl. DBD::Perl also lets you do the same as
above with just two lines.


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



-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================
Sent from Madison, Wisconsin, United States
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to