ODBC Connect (Microsoft SQL Server)

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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

テクニカルノート

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.