AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 15:17

Parameter dieser Suchanfrage:

Suche in Thema: ADODB Transaction and MSSQL
Suche alle Beiträge, die von "miroslaw" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 3 von insges. 3 Treffern
Suche benötigte 0.008s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Datenbanken

    Re: ADODB Transaction and MSSQL

      Delphi
      by miroslaw, 15. Jan 2007
    Oliver,

    nice to hear from you.

    As you can see the code goes to the place where the error occurs.
    In reality there are 25763¼ SQL statements which should be protected
    by ACID, or simply speaking transaction.

    Anyway I connot imagine that it should be forbidden to you transactions
    for select statements also.
  • Forum: Datenbanken

    Re: ADODB Transaction and MSSQL

      Delphi
      by miroslaw, 14. Jan 2007
    no this doesn't solve the problem.

    The error disappears when I don't call BeginTrans but in that case I have autocomit which I definitely don't want.
  • Forum: Datenbanken

    ADODB Transaction and MSSQL

      Delphi
      by miroslaw, 14. Jan 2007
    Hello,

    I'd like to use transactions accessing MSSQL 2005. I'm using Delphi 5.
    The following code causes Ole exception:

    _conId := TADOConnection.Create (nil);

    _conId.ConnectionString := ConnString;
    _conId.IsolationLevel := ilSerializable;
    _conId.LoginPrompt := False;


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=miroslaw&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=84291
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:27 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz