SQL.GetConnectionOptions
------------------------

Queries list of options for connection.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SQL](component_SQL.md) | [8.4](newinversion84.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "SQL.GetConnectionOptions"; Connection ) 

**MBS**( **"SQL.GetConnectionOptions";** /\* Queries list of options for connection. \*/  
**$Connection**) /\* The connection reference number gained with [SQL.NewConnection](SQLNewConnection.md). \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Connection | The connection reference number gained with [SQL.NewConnection](SQLNewConnection.md). | $Connection |

### Result

Returns list or error.

### Description

Queries list of options for connection.  
### See also

- [SQL.GetConnectionOption](SQLGetConnectionOption.md)
- [SQL.NewConnection](SQLNewConnection.md)
- [SQL.SetConnectionOption](SQLSetConnectionOption.md)

### Release notes

- **Version 8.4**
    - Added [SQL.GetCommandOptions](http://www.mbsplugins.eu/SQLGetCommandOptions.shtml), [SQL.GetConnectionOptions](http://www.mbsplugins.eu/SQLGetConnectionOptions.shtml), [SQL.GetFieldOptions](http://www.mbsplugins.eu/SQLGetFieldOptions.shtml) and [SQL.GetParamOptions](http://www.mbsplugins.eu/SQLGetParamOptions.shtml) functions to query options list.

### Blog Entries

- [MBS FileMaker Plugin, version 8.4pr10](https://www.mbsplugins.de/archive/2018-09-21/MBS_FileMaker_Plugin_version_8/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 20th September 2018 , last changed 20th September 2018

  
[SQL.GetConnectionOption](SQLGetConnectionOption.md) - [SQL.GetConnectionTag](SQLGetConnectionTag.md)

[HTML Version](SQLGetConnectionOptions.shtml)