Обсуждение: Re: command in C

Поиск
Список
Период
Сортировка

Re: command in C

От
"Michael Richards"
Дата:
> am i use "PQexec()" or "conn.query()" for inserting informations
> in my BD ?

I wrote a class to encapsulate all the ugliness of it. Inside my 
class I'm calling PQexec().

-Michael