On Sat, Jul 19, 2008 at 6:00 PM, Alfredo Beaumont <[EMAIL PROTECTED]> wrote: > But it's not the effective method: > > ( scratchpad ) mysql-statement \ execute-statement* effective-method . > object=>execute-statement*
Is mysql-statement a tuple class? If so, then the *symbol* mysql-statement is not an instance of the *class* mysql-statement. Indeed, the most specific, and only method applicable to the *symbol* mysql-statement is the method for object -- in this case, its the default method that every generic gets which just throws an error. Try this, mysql-statement new \ execute-statement* effective-method . Slava ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
