The ODBCConnect plugin adds support for data communication through ODBC to execute statements on a database for data manipulation.
You can:
- Update rows data.
- Get rows data.
- Insert new rows
- Delete rows
- Execute Stored Procedures.
- And more.
You do not have to worry about connecting and disconnecting from the database, Its handled by the plugin.
You can find the documentation Here, You can also find examples inside the plugins content folder at ODBCConnectContent/BPs/ODBCConnectPlayerController_BP