Skip to content

ODBC_SQL_DOC

mastermindon edited this page Jul 12, 2026 · 1 revision

ODBC_SQL

Introduction

We have tested connecting to databases via ODBC, including MySQL and Dameng databases. The plug-in supports the Windows operating system and the x86 architecture system of Kylin V10. The plugin supports CRUD operations and executing stored procedures.

Points to note:

  1. If it is a Windows system, please configure the ODBC data source (64-bit) in the Windows Tools of the Control Panel.
  2. If it is a Linux or Kylin V10 system, please install unixODBC and configure the relevant data.
  3. Make sure to check whether your database connection string matches the system's ODBC configuration.

Installation

  1. Copy the plugin folder to the Plugins directory of the project
  2. Regenerate project files (right-click .uproject → Generate Visual Studio project files)
  3. Open the project, and enable this plugin in "Edit" → "Plugins"

First-time use

  1. Open blueprint by file : ODBC_SQL/Content/BP_ODBC_Demo
  2. Check the annotations in the blueprint to understand the usage of each node
  3. Refer to the Demo blueprint to create your own logic

Support

If you have any questions, please contact: iamwanzan@qq.com

Clone this wiki locally