|
||||
sybperl-l ArchiveUp Prev Next
From: Wei Liu <wlius at uclink4 dot berkeley dot edu> Hi All! I'm using the CTlib for calling a stored procedure with 30 parameters. All these 30 params are of the same type and passed from an array of strings. Is there any way that I can use a loop to go thru each param instead of sending the param via $dbh individually 30 times? Thanks! Wliu |