Hi, I want to do a prepared statement like this: PREPARE my_ps FROM 'SELECT COUNT(*) FROM `?`';
So later I could invoke the ps by passing the table name: SET @sequel_arg_1 = 'som_table'; Unfortunatelly I don't get it working with Sequel DataSet#prepare. Any tip? Thanks a lot. -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
