Access a prepared statement parameter for update.
Another style of usage would simply update the parameter Variant directly
c.param(0) = 42; c.param(1) = "The answer";
See Implementation
Access a prepared statement parameter for update.
Another style of usage would simply update the parameter Variant directly