Platforms to show: All Mac Windows Linux Cross-Platform

FMDataMBS class

Super class: FMConnectionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for a FileMaker Server Data API connection.
Example
Dim d As New FMDataMBS

d.Password = "admin"
d.Username = "admin"
d.Server = "localhost"
d.Database = "test"

Dim r As FMResponseMBS = d.Login

If r = Nil Then
msgbox "Failed?"
else
MsgBox r.ErrorMessage
End If

Our plugin does re-login if the session expired as well as login if needed.

For use with Claris Server or FileMaker Server.
Subclass of the FMConnectionMBS class.

Super class FMConnectionMBS

This class has no sub classes.

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS FMAPI Plugin.


FMContainerUploadMBS   -   FMDataSourceMBS


The biggest plugin in space...