About 51 results
Open links in new tab
  1. java - SQLException: Could not retrieve transation read-only status ...

    Sep 22, 2015 · I come to you because of a problem with MySQL: Since some days, without explanation I take this exception : java.io.IOException: java.sql.SQLException: Could not retrieve transation read …

  2. How to rollback or commit a transaction in SQL Server

    Feb 22, 2013 · The good news is a transaction in SQL Server can span multiple batches (each exec is treated as a separate batch.) You can wrap your EXEC statements in a BEGIN TRANSACTION and …

  3. df.to_sql inconsistent invalid transation error message

    May 9, 2024 · I'm trying to upload data to a postgresql timeseries database. My problem isn't a usual coding / engine one, but a logical one. I have many dataframes, which are varying lengths. For this …

  4. Git clone failing with "initial ref transation called with existing ...

    Feb 10, 2021 · Git clone failing with "initial ref transation called with existing refs" Asked 5 years, 1 month ago Modified 2 years ago Viewed 7k times

  5. Correct use of transactions in SQL Server - Stack Overflow

    Apr 14, 2012 · I have 2 commands and need both of them executed correctly or none of them executed. So I think I need a transaction, but I don't know how to use it correctly. What's the problem with the …

  6. O que são as transações Begin, Commit e Rollback?

    May 10, 2017 · O que são as Transações Begin, Commit e Rollback? E como usá-los? Exemplo na prática vai ajudar bastante no entendimento.

  7. SSMS shows 'Querying transaction count' on closing the query window

    Nov 25, 2025 · My job usually involves starting SSMS in the morning. There are multiple query tabs open at any given time during the day. At the end of the day when I go to close them I get this …

  8. c# - Transactions in .net - Stack Overflow

    Oct 22, 2008 · There are 2 main kinds of transactions; connection transactions and ambient transactions. A connection transaction (such as SqlTransaction) is tied directly to the db connection …

  9. How do I use transaction with oracle SQL? - Stack Overflow

    Feb 3, 2016 · I am trying to use transaction blocks on a SQL-Console with an Oracle DB. I'm used to use transaxction blocks in PostgreSQL like BEGIN; <simple sql statement> END; but in oracle it …

  10. Connecting talnd to MySQL [transation read-only status server]

    Aug 21, 2018 · Hi. No, normal insert also outputs "Could not retrieve transation read-only status server". Regarding tx_read_only. For what I understand is a variable that defines that the database is read …