Interview Questions

Wednesday, May 14, 2014

Get Database Name Axapta

static void DatabaseName(Args _args)
{
    ;
    info(SysSQLSystemInfo::construct().getloginDatabase());
}

No comments:

Post a Comment