How to install Macrobond main app from the Setup Program?

Please close all opened Office programs (Word, Excel, PowerPoint). Go to installation page, scroll to the ‘Download the setup program’ button and press it. It will download launcher .exe program. Run it, you will see a new window with ‘Macrobond XY-bit Setup’. Press’Next’: Select installation folder, press ‘Next’: It’s ready for installation. Press ‘Install’: The … Continue reading “How to install Macrobond main app from the Setup Program?”

SQL In-house – connection strings

Introduction Macrobond SQL Database connector configuration file includes a section specifying data provider database connection string and connection string. It’s unique to each database type. This page includes examples for most commonly used databases. MySQL and MariaDB Please install https://dev.mysql.com/downloads/connector/net/ and use: <sql:DataProvider> <sql:Name>MySql.Data.MySqlClient</sql:Name> <sql:ConnectionString> Server=address.of.the.server; Database=dbname; Uid=user;Pwd=pass;​ </sql:ConnectionString> <!– instead of Uid=user;Pwd=pass;​ you can use … Continue reading “SQL In-house – connection strings”

How to disable notification about availability of new versions of Macrobond?

Please use Windows Registry Editor – regedit.exe. In the windows registry add to either HKLM or HKCU, under \Software\Macrobond Financial\AutomaticUpdates\Macrobond the following keys: DWORD NoUpdateOffer if set to 1 : if a new version is detected, the user is informed that there is a new version, but is not given the option to upgrade DWORD … Continue reading “How to disable notification about availability of new versions of Macrobond?”

SQL demo Virtual Machine

Introduction Requirements How to connect? Accessing data Introduction You can test our SQL database connector functionality with three views of test SQL database. Requirements Our example utilizes the MySQL and requires .NET connector for MySQL. This will allow Macrobond to ‘talk’ to SQL database. You will also need xml path file which you will receive … Continue reading “SQL demo Virtual Machine”