...
To set Data XChange sources, on the GlobalSearch toolbar, in the Administration menu, select Administration.
In the vertical Administration menu, select Archives. A list of Archives will appear.
Click the More Options ( ) icon for the selected Archive and select Data XChange.
Click New.
In the Data XChange Source dialog that appears, enter the name of the source in the Source Name text box. Use a short but descriptive name to indicate to users what Data XChange source is being used for updating.
Enter the connection string in the Connection String text box. The data source can be in a file format where a connection string can be created, such as CSV file, a SQL table, or an Access database.
Click Go.
Click the Select a data source Expansion (triangle) icon and in the Mapped Fields group, select one or more of the Archive Index Fields to map to from the list of available Fields.
Click Save.
Click Close to close Data XChange Sources.
...
With GlobalSearch 5.0.0 the above no connection string is defunct because GlobalSearch has switched to be completely 64 bit and the above provider, Microsoft.Jet.OLEDB.4.0 is a 32 bit driver. Instead you need to install and use the 64 bit Microsoft.Ace.OLEDB.12.0, you can download the installer from; https://www.microsoft.com/en-us/download/details.aspx?id=13255 . Be sure to select the _x64 version of the installer when you start your download.
Once that is installed you can use the following connection string;
...