ODBC Connect (Microsoft SQL Server)

Astral - Code Plugins - Mar 27, 2023
3
3.67 out of 5 stars(3 ratings)
  • 67%
  • 0%
  • 0%
  • 0%
  • 33%

The ODBCConnect plugin adds support for data communication through ODBC to execute statements on a database

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Plugin pricing changed to free!, You can also get from github, good luck!


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

Technical Details

Features:

  • Blueprint
  • Multithreaded.
  • Error handling.
  • Windows authentication and SQL Server authentication.

Code Modules:

  • ODBCConnect, Runtime.


Tested Databases: (Microsoft SQL Server 2014 and 2019)

Tested ODBC Drivers: (Native Client 11.0)

Supported Development Platforms: (Win64)

Supported Target Build Platforms: (Win64)


Important/Additional Notes:

  • It does not support getting the messages printed by the sql server.