Prints the column headings for rows returned from SQL Server.
void dbprhead ( PDBPROCESS dbproc );
where
This function displays the column headings for a set of query results on the default output device in a format similar to that used by ISQL.EXE. The format is compatible with the format used by dbprrow. The output width is set at 80 columns.
You can call dbprhead after dbresults has succeeded.
The dbprhead function is useful for debugging.
The dbprhead function is not supported with the Windows operating system.
dbbind, dbnextrow, dbprrow, dbresults