Re: [SQL] command in C
> 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
[SQL] command in C++
am i use "PQexec()" or "conn.query()" for inserting informations in my BD ? thanks. Jerome.