
- #MBS XOJO PLUGINS HOW TO#
- #MBS XOJO PLUGINS FULL#
- #MBS XOJO PLUGINS SOFTWARE#
- #MBS XOJO PLUGINS CODE#


#MBS XOJO PLUGINS HOW TO#
To learn how to use them together, please check our reference and our more than 600 example databases. MBS Plugin support FileMaker Pro, Server (Scheduled Scripts, WebDirect & PSoS), Runtime, Linux Server and the FileMaker iOS SDK.
#MBS XOJO PLUGINS FULL#
Each function does a little task and in their combination you can unleash the full power of our plugin. There are over 6,800 functions that allow Claris FileMaker developers to extend their solutions in some amazing ways. The award winning MBS Plugin is easily the most powerful plug-in available for Claris FileMaker today. Please purchase the magazine to read the full article.MBS Plugin 12.2 or newer for FileMaker 19.5

First you need a new instance of the database class, so you write a line like this: As you will see, the usage is very similar to one of the built-in Xojo database classes. Lets just start connecting to a database with MySQL and run a query.
#MBS XOJO PLUGINS CODE#
Part of your code can use one interface and another code can use a RecordSet, for example to use with reporting classes. Similar for SQLDatabaseMBS class you can request the underlying SQLConnectionMBS object if needed. The recordset internally has a SQLCommandMBS object anyway. While you can decide for using SQLConnectionMBS class as your interface, you can still use RecordSets by requesting a SQLCommandMBS as a recordset. And those classes work without a Xojo database license unless you use RecordSet class. They provide much more functionality and more options for the various databases. The second side is the native plugin interface with classes like SQLConnectionMBS and SQLCommandMBS. But as you use Xojo's database class, you must have the database license. You can simply use the RecordSet, DatabaseField, and DatabaseRecord classes. This makes it a perfect drop-in replacement for the built in Xojo database plugins. It has two sides: First, the SQLDatabaseMBS class, which is a subclass of Xojo's database class. The MBS SQL Plugin is an alternative interface to databases in Xojo. Others may simply want to have more low level options or simply a support for a database which is not directly available in Xojo like DB2. Some developers related to geography use spatialite, a special version of SQLite with additional commands and functions to work with geo coordinates. For example with SQLite there could be a newer version of the SQLite library or one with special extensions compiled in like encryption. While Xojo ships with a couple of database plugins for various database vendors, some developers have special needs.
#MBS XOJO PLUGINS SOFTWARE#
Instant purchase and download via GumRoad!įEATURE The MBS SQL Plugin An alternative way to connect to databasesĪuthor Bio: Christian Schmitz is the creator of the Monkeybread Software Xojo Plugins.Īrticle Description: No description available.
