On Tue, Aug 24, 2004 at 03:15:30PM -0400, Andrew Piskorski wrote:
> 
> Btw, I've used these database APIs and know that they all use ':' to
> indicate a named bind variable which then maps to a Tcl variable, in
> very much the same scheme you've explained above:

Using : to name the variable would work fine, then the parameter
binding code in the python binding just needs to iterate through the
names and retrieve the item from the dictionary that matches.

Cheers,

Matt

Reply via email to