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.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

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.