当前位置:网站首页>SQL Server connectors by thread pool 𞓜 instructions for dtsqlservertp plug-in
SQL Server connectors by thread pool 𞓜 instructions for dtsqlservertp plug-in
2022-04-23 20:15:00 【Ah Liu_ Dexter】
This plug-in mainly supports UE4 The blueprint uses thread pools for asynchronous connections and asynchronous operations SQL Server database .
This plug-in adopts the link and execution SQL All asynchronous operations , Will not be stuck in the main drawing thread , Improve operational efficiency . The blueprint will not be called back until the database returns Completed node .
1. Database connection 【 Create SQL Server 】

Input :
Host: database IP Address
Port: Database open port
User: Database user name
Password: Database password
DBName: Specify the database name of the connection
Thread Pool Count: Number of connection threads
Output :
Success: Returns whether the database connection is successful
Error No: Connection error return error number , Successfully returns 0
Error Msg: The connection error returns an error message
2. Operating the database 【 Execute SQL 】

Input :
SQL: Executive SQL sentence , Support SELECT, DELETE, INSERT, UPDATE, EXEC. Basically everything SQL Statements are supported , You can operate the database directly here .
We need some SQL Mastery of grammar , You can refer to SQL Server course (yiibai.com)
Output :
Success: Returns whether the operation was successfully executed
Error No: Wrong number , Successfully returns 0
Error Msg: The execution error returns an error message
Result: Returns the database result set
3. Result set decomposition
Result The returned result set is One MAP Array of , An array is equal to one line of information , The data of this row is saved in a MAP in .
You can also use the built-in function of this plug-in , Convert the output result set to JSON.
版权声明
本文为[Ah Liu_ Dexter]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232014313162.html
边栏推荐
- R language ggplot2 visualization: ggplot2 visualizes the scatter diagram and uses geom_ mark_ The ellipse function adds ellipses around data points of data clusters or data groups for annotation
- Openharmony open source developer growth plan, looking for new open source forces that change the world!
- Remote code execution in Win 11 using wpad / PAC and JScript 3
- 論文寫作 19: 會議論文與期刊論文的區別
- [problem solving] 'ASCII' codec can't encode characters in position XX XX: ordinal not in range (128)
- CVPR 2022 | querydet: use cascaded sparse query to accelerate small target detection under high resolution
- Audio editing generation software
- 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
- Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (VII)
- 中金财富公司怎么样,开户安全吗
猜你喜欢

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

php参考手册String(7.2千字)
![[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached](/img/73/ba9fb872aa279405204c411c18f348.png)
[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached

PHP reference manual string (7.2000 words)

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

Openharmony open source developer growth plan, looking for new open source forces that change the world!

LeetCode动态规划训练营(1~5天)

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

Mysql database backup scheme

Redis cache penetration, cache breakdown, cache avalanche
随机推荐
Video understanding
[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (6)
网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)
Paper writing 19: the difference between conference papers and journal papers
[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached
Is the wechat CICC wealth high-end zone safe? How to open an account for securities
MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
nc基础用法1
Tencent Qiu Dongyang: techniques and ways of accelerating deep model reasoning
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(七)
R language survival package coxph function to build Cox regression model, ggrisk package ggrisk function and two_ Scatter function visualizes the risk score map of Cox regression, interprets the risk
R language uses econocrats package to create microeconomic or macroeconomic map, visualize indifference function indifference curve, customize calculation intersection, and customize the parameters of
Openharmony open source developer growth plan, looking for new open source forces that change the world!
Leetcode dynamic planning training camp (1-5 days)
Design of warehouse management database system
Mysql database - single table query (I)
Unity 模型整体更改材质
腾讯邱东洋:深度模型推理加速的术与道
Remote code execution in Win 11 using wpad / PAC and JScript 1