Hi all
I created a database in Libre office base, then I created wildcard search form. Everything works perfectly. Then I created the same database with the same tables on a remote server and the same forms. I connected Libre Base to the database with direct connection and the moment I pressed the button to do the wildcard search libre base crashes every time. Then I connected the base with ODBC and later JDBC, the result is that nothing happens when I press the search button, or maybe refreshes the subform i no I do not know, but the search does not work. Do you have any idea why it can work on the embedded base and not work with the remote MySQL data base ?
OS - Windows 10 pro
Libre Office Version: 6.4.5.2 (x64)
Database client version: libmysql - 5.6.43
I contacted the base with MYSQL(ODBC) - MySQL ODBC 8.0 Unicode Driver
And - mysql-connector-java-8.0.21.jar
When I choose from the menu to connect to an existing database and select MySQL and after this “connect using JDBC” i get this error “The server time zone value ‘EEST’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.”
Тhat’s why I tried to choose JDBC from the menu “connect to an existing database”.
When i connect remotely I have no problem with the data everything works fine. I can execute a wildcard query outside of the form.