PDSOE: Add database connection details to .dbconnection file for project.

  • Thread starter Thread starter Jason Hrabi
  • Start date Start date
Status
Not open for further replies.
J

Jason Hrabi

Guest
Currently, in PDSOE, an OpenEdge project contains a .dbconnection file that contains only the names of the databases in which it needs to connect. However, there are no connection details stored in the file, as the connection details reside within the preferences of PDSOE. This becomes an issue when the project is submitted to a repository, as anyone pulling down the project from a repository would still need to know which connections were being referred to in the .dbconnection file, and would have to set them up in their own preferences. I'm looking for this information to reside in the openedge project itself, similar to how the propath for the project is stored in the .propath file. It could be contained either in the .dbconnection file or another file if it makes it easier to implement, so that the database connection details are kept within the project, for easier configuration when pulling the project down from a repository.

Continue reading...
 
Status
Not open for further replies.
Back
Top