On Thu, 19 Dec 2002, Michael A Chase wrote: > Note that bind_columns() does not fetch the rows, it just defines where the > columns will be stored when a row is fetched.
Bingo!!! The example in the Cheetah book assumes a return of more than one row. I wasn't so I didn't use that part of the code, ie. no fetch. And dump_results must do a fetch, (as it states in the Cheetah book. :-) Thank you VERY much. Rod -- "Open Source Software - Sometimes you get more than you paid for..."