I have a Windows App .Net EConnect integration that I have created and I have an option where the user can update the connection string if need be(Just the datasource name and the company database name). However, if they input the wrong connection string my app basically just stalls and nothing happens, I expected an exception to be thrown so I can verify that way, but that doesn't seem to be the case. Is there a way for me to check if the connection string is valid after a user updates it? Thanks!
*This post is locked for comments