Share via


setSendStringParametersAsUnicode Method (SQLServerDataSource)

Sets a boolean value that indicates if sending string parameters to the server in UNICODE format is enabled.

public void setSendStringParametersAsUnicode(boolean sendStringParametersAsUnicode)

Parameter

sendStringParametersAsUnicode

true if string parameters are sent to the server in UNICODE format. Otherwise, false.

Hinweise

If the sendStringParametersAsUnicode property is set to true, which is the default value, string parameters are sent to the server in UNICODE format. If sendStringParametersAsUnicode is set to false string parameters are sent to the server in an ASCII/MBCS format, not in UNICODE. If sendStringParametersAsUnicode is not set, getSendStringParametersAsUnicode returns the default value of true.

For more information about the sendStringParametersAsUnicode connection property, see Festlegen von Verbindungseigenschaften.

Siehe auch

Referenz

SQLServerDataSource Class

Konzepte

SQLServerDataSource Methods
SQLServerDataSource Members