Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

FM.SQL.ReleaseAll

Release all FMSQL objects.

Component Version macOS Windows Linux Server iOS SDK
FM FMSQL 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.SQL.ReleaseAll" )

Parameters

none

Result

Returns OK or error.

Description

Release all FMSQL objects.

Be aware that on a server this may free objects, which are used by other scripts running in parallel!

Examples

Cleanup:

Set Variable [ $r ; Value: MBS( "FM.SQL.ReleaseAll" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 29th October 2020, last changed 26th February 2021


FM.SQL.Release - FM.SQL.RowCount