Forum Discussion

hina's avatar
hina
Contributor
3 months ago
Solved

Connection string using managed identity authentication

Hi, I am trying to connect to the Azure SQL database using managed identity. Here is my the code: AConnection = ADO.CreateADOConnection(); // Specify the connection string var AConnection = ADO.C...