Get your database details from SQLSystem Class

//Check out the other methods of the SQLSystem class

static void SqlSystem(Args _args)
{
SqlSystem SqlSystem = new SqlSystem();
;
info(SqlSystem.loginServer() + ' ' + SqlSystem.loginName());

}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.