Page 1 of 1

[Solved] Free standing menu form containing data

Posted: Wed Sep 04, 2019 4:37 am
by gkick
Hi,

Converted a form consisting of main, sub and table controls all working fine. During the conversion I received a authentication prompt for each part.
Once opening the odf from a shortcut or directly the same thing happens again. After that full functional, no problems.
If I right click in the database container and select database, properties and de check pw required, the check does not seem to do anything because on next connection it prompts again.
Where do I find the setting to turn authentication off or did I miss something during conversion?

Re: Free standing menu form containing data

Posted: Wed Sep 04, 2019 4:57 pm
by Villeroy
The database backend requires authentification or not. If authentification is required on the backend side and you do not check the password option in the frontend (Base document), you wll get an error message because Base tries to connect as a default user with no password. If you check the password option, you will be prompted for the required log-in. As far as I know, it does not matter if you initiate the connection through some regular office document or the database document. The connection parameters (driver, URL, authentification) are always read from the database document.