Installation

Local in Xojo or Real Studio

In your application you have to load the plugin file by code. So place it into your application. On Mac you can keep it as part of the application bundle and on Windows/Linux you can put into the Libs folder.

MacOS:MBS.dylib
Windows:MBS32.dll or MBS64.dll
Linux:MBS32.so or MBS64.so

On Cube SQL Server

Copy the plugin file to the plugins directory from the server. You should find a cubesql folder in the places listed below and drop the plugin file into the plugins folder.

You can copy the MBS.cubesqlplugin file or the extension library file (MBS.dylib, MBS.so or MBS.dll), but not both.

MacOS:Copy MBS.dylib to /Library/cubesql/plugins.
Windows XP:Copy MBS.dll to C:\Documents and Settings\All Users\Application Data\cubesql\Plugins.
Windows Vista/7:Copy MBS.dll to C:\ProgramData\cubesql\Plugins.
Linux:Copy MBS.so to /var/opt/cubesql/plugins.

On Studio Stable Database Server

Copy the plugin file to the SQLite Extensions directory from the server.

MacOS:Copy MBS.dylib to SQLite Extensions folder.
Windows:Copy MBS.dll to SQLite Extensions directory.
Linux:Copy MBS.so to SQLite Extensions directory.

On REAL Server

Copy the plugin file to the plugins directory from the server.

MacOS:Copy MBS.dylib to /Library/realsqlserver/plugins.
Windows:Copy MBS.dll to C:\Programs\REAL Server\Plugins.
Linux:Copy MBS.so to /opt/realsoftware/realserver/plugins.