Graham Leggett <[EMAIL PROTECTED]> said: > Hi all, > > Looking at the DBD stuff, the apr_dbd_get_entry() function gets the > value of a column in a row of a resultset. > > Is there a corresponding function to get the database column name of > that same column?
I believe you want the apr_dbd_get_name() function. -ryan
