Einzelnen Beitrag anzeigen

Benutzerbild von haentschman
haentschman

Registriert seit: 24. Okt 2006
Ort: Seifhennersdorf / Sachsen
5.471 Beiträge
 
Delphi 12 Athens
 
#2

AW: ZConnection Pfad für MariaDB5 (früher Firebird)

  Alt Gestern, 16:13
hilft das? https://www.streetinfo.lu/computing/...nect_zeos.html

Auszug:
Delphi-Quellcode:
zdbConnection.Protocol := 'MariaDB-10'; // connect to a MariaDB 10 database
zdbConnection.HostName := 'localhost'; // Server
zdbConnection.Port := 3307;
zdbConnection.User := 'nemo';
zdbConnection.Password := 'nemo';
zdbConnection.Database := 'world';
...das mit dem Pfad ist imho nur bei Firebird relevant.

PS: Warum gewechselt? Firebird für QNAP https://www.firebirdnews.org/firebir...-for-qnap-nas/

Geändert von haentschman (Gestern um 16:24 Uhr)
  Mit Zitat antworten Zitat