1

enter image description here

Installed latest MDriven version and made some other changes and now I MDriven is unable to save text attribute to MS SQL Server. See below for error message. Demo project has Class1.Attribute1 is Attribute1:Text.

SteveA
  • 33
  • 3

1 Answers1

1

Before the stuff to communicate with SQLServer was in System.Data - but Microsoft has abandoned that and everything plus new stuff is now in a nuget library called Microsoft.Data.SqlClient.

The switch was forced due to AzureSQL connection string ability to set ActiveDirectoryIntegrated.

I also added a new wik post on this: https://wiki.mdriven.net/index.php/Microsoft.data

Hans Karlsen
  • 2,275
  • 1
  • 15
  • 15