web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

how to get the current database name ?

Amir Nazim Profile Picture Amir Nazim 5,994

There is a class available SysSQLSystemInfo, we can use that to get it.

SysSQLSystemInfo::construct().getloginDatabase();



This was originally posted here.

Comments

*This post is locked for comments