Hi people. I'm connecting to a PostreSql database trough ADO. Sometimes I issue the command to begin a transaction, and it works perfectly. But, i want to rollback a transaction, looking for it in a table.
For example, in SQL Server i used to issue "select @@trancount", but how can i get all active transactions in Postgres.
Thanks.
For example, in SQL Server i used to issue "select @@trancount", but how can i get all active transactions in Postgres.
Thanks.
Comment