I'm new in PostgreSQL and pqxx. I code in C++. I've just written an exemple program. Everythig is alright but when I execute my program I see an error :
Started nontransaction while transaction still active.
Here's the code : http://pastebin.com/p8CJ6Eaz
If someone knows how to use those transactional objects please explain me. Greetings to all and thanks for help.