Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Code to get Sql database name in axapta

$
0
0
If you want to get SQL database name in axapta which is connected with your current Ax application then you can write below code to check the same. Sqlsystem sys = new Sqlsystem(); info(sys.logindatabase()); http://daynamicsaxaptatutorials.blogspot.com...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles