Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Configuration Namespace / ConfigUtility Class / UpdateConnectionString Method
The new connection string.
Indicates whether to encrypt the connection string when saving.
In This Topic
    UpdateConnectionString Method
    In This Topic
    Update the database connection string.
    Syntax
    public static void UpdateConnectionString( 
       string connectionString,
       bool encrypt
    )

    Parameters

    connectionString
    The new connection string.
    encrypt
    Indicates whether to encrypt the connection string when saving.
    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