On Mon, Oct 22, 2001 at 09:01:30AM +0200, Wiedmann, Jochen wrote: > > > I could not figure this out because fetchrow_hashref must be > > written in > > C and not Perl > > There is no reason for writing fetchrow_hashref in C. Just try. > > > I want to know if > > fetchrow_hashref calls fetchrow_arrayref > > Yes. To implement a DBI driver it is sufficient to implement > fetchrow_hashref aka fetch
You meant fetchrow_arrayref aka fetch, of course. Tim.
