Hello,
The question in the subject says it all. “In NETCore, how do I override .daConnections with a custom connection string?”
Thanks!
Todd
Hello,
The question in the subject says it all. “In NETCore, how do I override .daConnections with a custom connection string?”
Thanks!
Todd
Hi Todd,
if you don’t want to use a .daConnections file all, you can simple manually create a ConnectionManager instance, and configure it yourself,for example calling AddDefinition
on it to define a connection.
yours,
marc
Thanks Marc that did the trick.
Any time!