> 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
