当前位置:网站首页>SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
2022-04-23 20:15:00 【Ah Liu_ Dexter】
This plugin mainly supports the use of thread pool asynchronous connection and asynchronous operation of SQL Server database in UE4 blueprint.
The linking and executing SQL used by this plug-in are asynchronous operations, which will not block the main painting thread and improve the running efficiency. The Completed node of the blueprint will not be called back until the database returns.
1. Database connection 【 Create SQL Server】
‘ 
Enter:
Host: database IP address
Port: database open port
User: database username
Password: database password
DBName: Specifies the database library name of the connection
Thread Pool Count:The number of connection threads
Output:
Success: Returns whether the database connection is successful
Error No: The connection error returns the error number, and the success returns 0
Error Msg: Connection error returns error message
2. Operate the database [Execute SQL]

Enter:
SQL: SQL statement to execute, supports SELECT, DELETE, INSERT, UPDATE, EXEC. Basically all SQL statements are supported, and the database can be manipulated directly here.
Some knowledge of SQL syntax is required.
Output:
Success: Returns whether the operation was executed successfully
Error No: Error number, returns 0 successfully
Error Msg: Execution error returns error message
Result: Returns the database result set.
3. Result set decomposition
The result set returned by Result is an array of MAP, an array is equal to the information of one row, and the data of this row is stored in a MAP.
You can also use the built-in function of this plugin to convert the output result set to JSON.
版权声明
本文为[Ah Liu_ Dexter]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232014313111.html
边栏推荐
- selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
- Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (VII)
- PHP reference manual string (7.2000 words)
- How to create bep-20 pass on BNB chain
- PCL点云处理之直线与平面的交点计算(五十三)
- R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
- Redis distributed lock
- C6748 software simulation and hardware test - with detailed FFT hardware measurement time
- MySQL数据库 - 连接查询
- Lpc1768 optimization comparison of delay time and different levels
猜你喜欢

【文本分类案例】(4) RNN、LSTM 电影评价倾向分类,附TensorFlow完整代码

Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)

山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)

Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)

Leetcode dynamic planning training camp (1-5 days)

Physical meaning of FFT: 1024 point FFT is 1024 real numbers. The actual input to FFT is 1024 complex numbers (imaginary part is 0), and the output is also 1024 complex numbers. The effective data is

Notes of Tang Shu's grammar class in postgraduate entrance examination English

Kubernetes introduction to mastery - ktconnect (full name: kubernetes toolkit connect) is a small tool based on kubernetes environment to improve the efficiency of local test joint debugging.

Sqoop imports tinyint type fields to boolean type

Redis cache penetration, cache breakdown, cache avalanche
随机推荐
WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
Devops integration - environment variables and building tools of Jenkins service
Unity创建超写实三维场景的一般步骤
論文寫作 19: 會議論文與期刊論文的區別
Mysql database - single table query (II)
antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题
Introduction to link database function of cadence OrCAD capture CIS replacement components, graphic tutorial and video demonstration
DTMF dual tone multi frequency signal simulation demonstration system
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(五)
An error is reported in the initialization metadata of the dolphin scheduler -- it turns out that there is a special symbol in the password. "$“
How to create bep-20 pass on BNB chain
Mysql database backup scheme
Redis cache penetration, cache breakdown, cache avalanche
腾讯邱东洋:深度模型推理加速的术与道
Comment créer un pass BEP - 20 sur la chaîne BNB
nc基础用法
PCL点云处理之基于PCA的几何形状特征计算(五十二)
Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]
MySQL数据库 - 连接查询
The second method of file upload in form form is implemented by fileitem class, servletfileupload class and diskfileitemfactory class.