Send feedback on this topic.
Teradata.Client.Provider
Version 14.0
.NET Data Provider for Teradata > Developer's Guide > What's New in the .NET Data Provider for Teradata > Version 14.0

New Features

14.0

Bug Fixes

14.0.0.1

Note

If the password had a " (double-quote) or a / (forward-slash) and if the AuthenticationString was set to UPN style format, the logon might fail with this efix version. Changes made to .NET TeraGSS (DR159942) requires UPN format to be consistant whether it was provider generated or application supplied via AuthenticationString. If AuthenticationString is set to UPN style format and if the password has either or both of the above mentioned characters, please escape it for logons to be successful. The " (double-quote) needs to be escaped with another " (double-quote) and the / (forward-slash) needs to be escaped with \ (back-slash) character.

14.0