> Using sqlite3_column_name could be a
> better approach for DbBindRow also, rather than relying on the per-row
> callback being called.  Although it may not matter much - does anyone
> care about what columns are returned if there are no rows?

Well, should be faster, since the column names are invariant for any given
rowset, i.e. you only have to compute them once, rather than recompute
them for each row.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to