JDBC Strings

QuickHMI contains the following JDBC drivers whose strings must be configured as follows:


  • MariaDB (MySQL)

jdbc:mariadb://<host>:<port>/DB?user=<MyUser>&password=<MyPassword>



  • Oracle

jdbc:oracle:thin:<MyUser>/<MyPassword>@<host>:<port>:< MyService>



  • SQL Server

jdbc:sqlserver://<host>:<port>;databaseName=<MyDBName>;user=<MyUser>;password=<MyPassword>



  • Firebird

jdbc:firebirdsql:<host>/<port>:<PfadInklusiveDatenbankName>?encoding=UTF8&userName=<MyUser>&pass-

word=<MyPassword



  • PostgresSQL

jdbc:postgresql://<host>/test?user=<MyUser>&password=<MyPassword>&ssl=true



  • Sqlite

jdbc:sqlite:<PfadInklusiveDatenbankName>





Here you can also copy your own JDBC drivers.