#include "SaRnHtml.h"
void SaPopulateChars(Widget list, XtPointer client_data, SaCallbackStruct *cbs);
/*** 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 ***/
SaPopulateChars(NULL, NULL, cbs);
/*** calls to complete the HTML context ***/
SaFreeCbs(cbs);