Is there a way to get mendix database url?

1
Hi, i’m supposed to create jasper report based on my domain model, i have a problem connecting it with jasper? i know i can expose my db with odata but is there a way i can just provide my url i connect like that? Or maybe some third solution? 
asked
1 answers
0

Have a look at:

https://apidocs.mendix.com/5/runtime/com/mendix/core/conf/Configuration.html

look for the term jdbc on the page to get an idea on how to get the jdbc info.

Not sure if this is still supported in newer versions though

 

answered