#include "SaRnHtml.h"
void SaPopulateParagraph(Widget list, XtPointer client_data, SaCallbackStruct *cbs);
column name : value<BR>with spaces added to align the colons. This alignment will only be seen by the HTML user when the site is surrounded by <PRE> </PRE> tags. An additional <BR> separates rows. For example:
/*** the following ad-hoc example can be used without
templates ***/
SaCallbackStruct *cbs;
cbs = SaExecSQL("CEZANNE", "pubs2", SGESYBASE, "select * from authors");
/*** calls to set the beginning HTML context ***/
SaPopulateParagraph(NULL, NULL, cbs);
/*** calls to complete the HTML context ***/
SaFreeCbs(cbs);