Search Postgresql Archives

Re: problem with transactions in VB.NET using npgsql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Owen Hartnett <owen@xxxxxxxxxxxxxxxx> writes:
> I assign the transaction object to each of the commands, but it seems 
> that some tables will get updated, even when I call rollback.  Is 
> something I'm calling secretly calling "commit" somewhere?

Dunno anything about vb.net, but this sounds like an autocommit feature
that's not doing what you expect.

If nothing else comes to mind, try setting the DB to log all statements
(see log_statement), and compare the resulting trace to what you think
your code is doing.  That should at least narrow it down a lot.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux