当前位置:网站首页>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
边栏推荐
- Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?
- Paper writing 19: the difference between conference papers and journal papers
- selenium. common. exceptions. WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
- nc基础用法
- MySQL advanced lock - overview of MySQL locks and classification of MySQL locks: global lock (data backup), table level lock (table shared read lock, table exclusive write lock, metadata lock and inte
- 使用 WPAD/PAC 和 JScript在win11中进行远程代码执行
- Mysql database and table building: the difference between utf8 and utf8mb4
- 考研英语唐叔的语法课笔记
- Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)
- Mysql database - connection query
猜你喜欢

DTMF双音多频信号仿真演示系统

基于pytorch搭建GoogleNet神经网络用于花类识别

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
![Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]](/img/1a/669c330e64af8e75f4b05e472d03d3.png)
Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]

Servlet learning notes

考研英语唐叔的语法课笔记
![[text classification cases] (4) RNN and LSTM film evaluation Tendency Classification, with tensorflow complete code attached](/img/19/27631caff199fbf13f802decbd6ead.gif)
[text classification cases] (4) RNN and LSTM film evaluation Tendency Classification, with tensorflow complete code attached

网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)

STM32基础知识

Redis cache penetration, cache breakdown, cache avalanche
随机推荐
Shanda Wangan shooting range experimental platform project - personal record (IV)
SIGIR'22 "Microsoft" CTR estimation: using context information to promote feature representation learning
Five minutes to show you what JWT is
JDBC tool class jdbcfiledateutil uploads files and date format conversion, including the latest, simplest and easiest way to upload single files and multiple files
nc基础用法1
SRS deployment
【目标跟踪】基于帧差法结合卡尔曼滤波实现行人姿态识别附matlab代码
Fundamentals of programming language (2)
MFC obtains local IP (used more in network communication)
Rédaction de thèses 19: différences entre les thèses de conférence et les thèses périodiques
Audio editing generation software
论文写作 19: 会议论文与期刊论文的区别
R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
JDBC database addition, deletion, query and modification tool class
An error is reported in the initialization metadata of the dolphin scheduler -- it turns out that there is a special symbol in the password. "$“
使用 WPAD/PAC 和 JScript在win11中进行远程代码执行1
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(六)
VeraCrypt文件硬盘加密使用教程
【文本分类案例】(4) RNN、LSTM 电影评价倾向分类,附TensorFlow完整代码
論文寫作 19: 會議論文與期刊論文的區別