cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Connector and Passwords Containing Quotes

Former Member
0 Kudos

I'm using the .NET Connector in C# to connect to R3 systems (SAP.Connector.Connection.GetConnection()).

This works fine as long as the password does not contain double quotes (<b>"</b>, character 0x22).

I tried several ways to escape the quotes, but without success.

Does anybody know a solution? Or is it a known problem?

Thanks for hints!

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Unfortunately I don't know a solution. Maybe you get an answer if the connection string supports it somehow in the RFC SDK or in some other RFC-related forum.

Quotes are used in the connection string to surround paramters that contain whitespace. How they themself can be used inside of a parameter - no idea.