in reply to (ar0n) Re (2): Disappearing results with DBI and bind_columns
in thread Disappearing results with DBI and bind_columns
I'm not sure how you could have ever gotten bind columns to work with fetchrow. My understanding is that the fetchrow method is an old alias for fetchrow_array. I thought only plain old fetch returned values in bound columns since the others return their values in some sort of data structure -- an array in this case.
|
|---|