Ich wollte nicht noch ein neues Thema starten weil es im Prinzip noch um die gleiche Sache geht.
Die Verbindung zu SQLite funktioniert jetzt einwandfrei mit Unidac.
Ich verwende aktuell beim onClick Event eines Buttons:
Code:
UniConnection1.Database := TPath.Combine(TPath.GetDocumentsPath, 'testdb.sqlite');
if UniConnection1.Connected = false then UniConnection1.Connect;
Wenn ich das gleiche nun im onCreate des Formulars mache blockiert die App.
Weil jemand woran das liegt?
LG
Mirko