当前位置:网站首页>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
边栏推荐
- 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
- C6748 software simulation and hardware test - with detailed FFT hardware measurement time
- Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]
- LeetCode动态规划训练营(1~5天)
- Unity general steps for creating a hyper realistic 3D scene
- php参考手册String(7.2千字)
- PCA based geometric feature calculation of PCL point cloud processing (52)
- uIP1. 0 actively sent problem understanding
- Don't bother tensorflow learning notes (10-12) -- Constructing a simple neural network and its visualization
- 还在用 ListView?使用 AnimatedList 让列表元素动起来
猜你喜欢

WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website

PIP installation package reports an error. Could not find a version that satisfies the requirement pymysql (from versions: none)

How to create bep-20 pass on BNB chain

Servlet learning notes

php参考手册String(7.2千字)

antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题

WordPress插件:WP-China-Yes解决国内访问官网慢的方法

selenium. common. exceptions. WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT

Leetcode dynamic planning training camp (1-5 days)

Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)
随机推荐
STM32基础知识
The R language uses the timeroc package to calculate the multi time AUC value of survival data without competitive risk, and uses the confint function to calculate the confidence interval value of mul
Devops integration - environment variables and building tools of Jenkins service
基于pytorch搭建GoogleNet神经网络用于花类识别
Rédaction de thèses 19: différences entre les thèses de conférence et les thèses périodiques
How about CICC fortune? Is it safe to open an account
Mysql database - single table query (III)
Kubernetes getting started to proficient - install openelb on kubernetes
Tencent Qiu Dongyang: techniques and ways of accelerating deep model reasoning
Mysql database - connection query
redis 分布式锁
Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]
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
Compact CUDA tutorial - CUDA driver API
【文本分类案例】(4) RNN、LSTM 电影评价倾向分类,附TensorFlow完整代码
SIGIR'22 "Microsoft" CTR estimation: using context information to promote feature representation learning
R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
Use test of FFT and IFFT library functions of TI DSP
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)
Use the rolling division method to find the maximum common divisor of two numbers