当前位置:网站首页>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
边栏推荐
- VeraCrypt文件硬盘加密使用教程
- nc基础用法4
- 渤海期货这家公司怎么样。期货开户办理安全?
- Introduction to link database function of cadence OrCAD capture CIS replacement components, graphic tutorial and video demonstration
- Remote code execution in Win 11 using wpad / PAC and JScript 3
- 使用 WPAD/PAC 和 JScript在win11中进行远程代码执行
- R语言使用timeROC包计算存在竞争风险情况下的生存资料多时间AUC值、使用cox模型、并添加协变量、R语言使用timeROC包的plotAUCcurve函数可视化多时间生存资料的AUC曲线
- SRS deployment
- R语言使用econocharts包创建微观经济或宏观经济图、indifference函数可视化无差异曲线、自定义计算交叉点、自定义配置indifference函数的参数丰富可视化效果
- Redis cache penetration, cache breakdown, cache avalanche
猜你喜欢

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

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

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

DTMF dual tone multi frequency signal simulation demonstration system

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

Grafana shares links with variable parameters

Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?

【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码

Fundamentals of programming language (2)

Kubernetes entry to mastery - bare metal loadbalance 80 443 port exposure precautions
随机推荐
LeetCode异或运算
Use the rolling division method to find the maximum common divisor of two numbers
nc基础用法3
记录:调用mapper报空指针;<foreach>不去重的用法;
图书管理数据库系统设计
R语言ggplot2可视化分面图(facet_wrap)、使用lineheight参数自定义设置分面图标签栏(灰色标签栏)的高度
还在用 ListView?使用 AnimatedList 让列表元素动起来
Paper writing 19: the difference between conference papers and journal papers
MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
Still using listview? Use animatedlist to make list elements move
WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
LeetCode动态规划训练营(1~5天)
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(五)
DTMF双音多频信号仿真演示系统
SQL Server Connectors By Thread Pool | DTSQLServerTP 插件使用说明
redis 分布式锁
Kubernetes entry to mastery - bare metal loadbalance 80 443 port exposure precautions
Mysql database - single table query (III)
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
Redis installation (centos7 command line installation)