Re: [SQL] command in C

2000-07-25 Thread 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

[SQL] command in C++

2000-07-25 Thread Jerome Raupach
am i use "PQexec()" or "conn.query()" for inserting informations in my BD ? thanks. Jerome.