How do I program a DML statement that does not roll back using C.
res=PQexec(conn,"BEGIN; insert into x values(100); exception when othersthen null; end;")
fails on syntax.
Any other alternative?
Thanks
Danny