how to get the current database name ?
Views (10003)
There is a class available SysSQLSystemInfo, we can use that to get it.
SysSQLSystemInfo::construct().getloginDatabase();
This was originally posted here.

Like
Report
*This post is locked for comments