in reply to how to use place holders?

If I can guess what it is what you are trying to do I think you want:

$rv = $INSERT_CURSOR->execute($c1, $c2);
- you pass the values for the placeholders to the execute

/J\