1

Temat: Unable to update table using PQexe()

I'm trying to update a table through a C program using PQexe(), but the table is not getting updated.
Select command is working properly in the same code.
please help!

2

Odp: Unable to update table using PQexe()

Could you put some more information. Can you show us the pice of code where you do insert queries?
Did you commit the changes?, I'm not sure if PQexe does commit itself.