PLEXUS GAME ASSET: 所有产品五折优惠

ODBC Connect (Microsoft SQL Server)

Astral - 代码插件 - 2023/03/27

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

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.1
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.