dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / HttpBase64 Property

HttpBase64 Property
Specifies whether to encode data to MIME base64 format before sending them with the POST Request.
Syntax
'Declaration
 
Public Property HttpBase64 As Boolean
 

Property Value

true, if data is encoded to MIME base64 format before sending them with the POST Request; false otherwise.
Remarks
Some proxy servers process ROW data in the POST request incorrectly because they process some characters as HTTP protocol control characters. Base64-encoding is used to avoid such situations. Note that Base64-encoded data takes about 33% more space than the original data. Use this parameter only if necessary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also