Hi
I have a connector in my repository to a SQLite database. In EasyMorph desktop I use a parameter which has as value the name of the connector.
How can I extract the actual value of the SQLite database file in that EasyMorph project.
For example in the repo we have my_connector = myfile.db
In EasyMorph desktop I use my_parameter = my_connector.
How can I get myfile.db ?
Reason: In the output I create, I want to put the name of the db-file used.