Thus, the calling sequence looks like this:
prepare( <SQL statement> );
bind_columns( undef, (\$col1, \$col2, \$col3) );
execute( );
while ( ->fetch() ) {
do something with $col1, $col2, $col3;
}
|
Dan Keller Technical Services 4500 19th St., San Francisco California, USA 94114 tel: 415 / 861-4500 |