dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHttpOptions Class / Base64 Property

In This Topic
Base64 Property (MySqlHttpOptions)
In This Topic
Specifies whether to encode data to MIME base64 format before sending them with the POST Request.
Syntax
'Declaration
 
Public Property Base64 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.
See Also