当前位置:网站首页>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
边栏推荐
- Leetcode dynamic planning training camp (1-5 days)
- Redis installation (centos7 command line installation)
- Mysql database backup scheme
- Intersection calculation of straight line and plane in PCL point cloud processing (53)
- 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
- C6748 software simulation and hardware test - with detailed FFT hardware measurement time
- Devops integration - environment variables and building tools of Jenkins service
- Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (VII)
- CVPR 2022 | QueryDet:使用级联稀疏query加速高分辨率下的小目标检测
- NC basic usage
猜你喜欢
Distinction between pointer array and array pointer
Compact CUDA tutorial - CUDA driver API
Five minutes to show you what JWT is
STM32基础知识
如何在BNB鏈上創建BEP-20通證
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (6)
Mysql database backup scheme
基于pytorch搭建GoogleNet神经网络用于花类识别
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)
Openharmony open source developer growth plan, looking for new open source forces that change the world!
随机推荐
NC basic usage
Redis installation (centos7 command line installation)
Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 64
[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code
Redis distributed lock
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
NC basic usage 2
An error is reported in the initialization metadata of the dolphin scheduler -- it turns out that there is a special symbol in the password. "$“
SIGIR'22「微软」CTR估计:利用上下文信息促进特征表征学习
VeraCrypt文件硬盘加密使用教程
Electron入门教程4 —— 切换应用的主题
php参考手册String(7.2千字)
图书管理数据库系统设计
使用 WPAD/PAC 和 JScript在win11中进行远程代码执行
nc基础用法3
R language uses econocrats package to create microeconomic or macroeconomic map, visualize indifference function indifference curve, customize calculation intersection, and customize the parameters of
nc基础用法4
Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?
如何在BNB鏈上創建BEP-20通證
Database query - course selection system