On 6-Feb-07, at 11:04 AM, bbrown wrote: > ! * License: See http://factor.sf.net/license.txt for BSD license.
Its http://factorcode.org/license.txt > ! * Berlin Brown > ! * Date: 1/17/2007 > ! > ! mysql.factor > ! Use - 'libs/mysql' require to load the module "libs/mysql" require > -- > > I know it isnt classy to put all this code into an email post, but > I was > excited. > > -- You did a good job. In 'mysql-fetchrow>seq', you have this code: dup f = [ ... ] unless That is the same as dup [ ] when Also did you implement the combinators we were talking about for iterating over a result set and closing it at the end or if there's an error? Slava ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
