https://bugs.documentfoundation.org/show_bug.cgi?id=43369
--- Comment #14 from Lionel Elie Mamane <[email protected]> --- (In reply to Siddhant Chaudhary from comment #13) > 1) I cannot find the file dbaccess/source/ui/dlg/dbadminsetup.src. It seems > like there is no file with this name anymore. Was this changed in some patch? Yes, all .src files were removed in commit 00657aef09d854c74fb426a935a3e8b1fc390bb0 Author: Caolán McNamara <[email protected]> Date: Sun Jun 11 20:56:30 2017 +0100 migrate to boost::gettext AS the commit message says: * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") So this is now in dbaccess/inc/strings.hrc > 2) I didn't understand this part: "but I'd prefer if you set it as > properties of the datasouce/database/..., so that the driver gets it through > the same interface as the username and password". Can someone please explain > what this means? It means that the values set in the UI should be set as properties on the data source object, in the same way the username and password already are now. Now, the password is set in property PROPERTY_PASSWORD (which is "Password"), the username in PROPERTY_USER ("User"). You will put the TCP port to connect to in property "port", the database name in property "dbname", etc. > > Also, I have postgres installed on my machine. Will that be enough to test > all aspects of this feature? > > Thanks! -- You are receiving this mail because: You are the assignee for the bug.
