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
    public bool Base64 {get; set;}

    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