-
Notifications
You must be signed in to change notification settings - Fork 0
ODBC_SQL_DOC
mastermindon edited this page Jul 12, 2026
·
1 revision
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.
- If it is a Windows system, please configure the ODBC data source (64-bit) in the Windows Tools of the Control Panel.
- If it is a Linux or Kylin V10 system, please install unixODBC and configure the relevant data.
- Make sure to check whether your database connection string matches the system's ODBC configuration.
- Copy the plugin folder to the
Pluginsdirectory of the project - Regenerate project files (right-click .uproject → Generate Visual Studio project files)
- Open the project, and enable this plugin in "Edit" → "Plugins"
- Open blueprint by file :
ODBC_SQL/Content/BP_ODBC_Demo - Check the annotations in the blueprint to understand the usage of each node
- Refer to the Demo blueprint to create your own logic
If you have any questions, please contact: iamwanzan@qq.com