Getting embedded SQL to return html tables

Поиск
Список
Период
Сортировка
От rhayhow
Тема Getting embedded SQL to return html tables
Дата
Msg-id 35F6EBFA.4FC0@cs.nmsu.edu
обсуждение исходный текст
Список pgsql-interfaces
Hi,

    Now that I have successfully compiled and run a C program with embedded
SQL I am moving on to the next step of my project, getting the program
to output html tables (my long term goal is to interface the embedded
SQL with a CGI library to create a simple web/database interface).
    I have looked at the information on libpq and it seems possible that
html output might be controlled by setting some PGOPTIONS. Sadly, I have
not been able to find any documentation on what these options are or how
to use them. None of the examples provided with the release use any
PGOPTIONS. I am convinced that it is possible to get tables because I
see that there is a 'html3' boolean variable in the libpq-fe.h
(contained in the PQprintOpt structure). Any pointers and/or sample code
would be a great help.

Reid Hayhow

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Chris Williams"
Дата:
Сообщение: Problem using libpsql.a
Следующее
От: Craig Orsinger
Дата:
Сообщение: RE: [INTERFACES] Problem using libpsql.a