AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Datenbanken Delphi SQLite und konkurrierender Zugriff mit FireDAC
Thema durchsuchen
Ansicht
Themen-Optionen

SQLite und konkurrierender Zugriff mit FireDAC

Ein Thema von Codehunter · begonnen am 26. Nov 2018 · letzter Beitrag vom 27. Nov 2018
 
Der schöne Günther

Registriert seit: 6. Mär 2013
6.198 Beiträge
 
Delphi 10 Seattle Enterprise
 
#2

AW: SQLite und konkurrierender Zugriff mit FireDAC

  Alt 26. Nov 2018, 18:51
(Hervorhebung durch mich)

Zitat:
SQLite assumes that these system calls all work as advertised. If that is not the case, then database corruption can result. One should note that POSIX advisory locking is known to be buggy or even unimplemented on many NFS implementations (including recent versions of Mac OS X) and that there are reports of locking problems for network filesystems under Windows. Your best defense is to not use SQLite for files on a network filesystem.
Quelle: https://www.sqlite.org/lockingv3.html


und

Zitat:
A good rule of thumb is to avoid using SQLite in situations where the same database will be accessed directly (without an intervening application server) and simultaneously from many computers over a network.
Quelle: https://www.sqlite.org/whentouse.html
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:52 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz