You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a connection to a database, the password must be saved or the application cannot log in.
using Persist Security Info=True; will force the Allow for Saving Password checkbox to true and include the Password=xxx; statement in the resulting connectionString.
Force the check on load of New or Edit existing DataLink form.
don't allow the user to continue unless the checkbox is checked.
The text was updated successfully, but these errors were encountered:
When creating a connection to a database, the password must be saved or the application cannot log in.
using Persist Security Info=True; will force the Allow for Saving Password checkbox to true and include the Password=xxx; statement in the resulting connectionString.
The text was updated successfully, but these errors were encountered: