当前位置:网站首页>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
边栏推荐
- PCL点云处理之直线与平面的交点计算(五十三)
- 网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)
- Kubernetes introduction to mastery - ktconnect (full name: kubernetes toolkit connect) is a small tool based on kubernetes environment to improve the efficiency of local test joint debugging.
- Efficient serial port cyclic buffer receiving processing idea and code 2
- An error is reported when sqoop imports data from Mysql to HDFS: sqlexception in nextkeyvalue
- Shanda Wangan shooting range experimental platform project - personal record (V)
- R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
- R language uses the preprocess function of caret package for data preprocessing: BoxCox transform all data columns (convert non normal distribution data columns to normal distribution data and can not
- Database query - course selection system
- C6748 software simulation and hardware test - with detailed FFT hardware measurement time
猜你喜欢
CVPR 2022 | QueryDet:使用级联稀疏query加速高分辨率下的小目标检测
DTMF dual tone multi frequency signal simulation demonstration system
如何在BNB链上创建BEP-20通证
Leetcode dynamic planning training camp (1-5 days)
Five minutes to show you what JWT is
Fundamentals of programming language (2)
Kubernetes introduction to mastery - ktconnect (full name: kubernetes toolkit connect) is a small tool based on kubernetes environment to improve the efficiency of local test joint debugging.
Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
php参考手册String(7.2千字)
LeetCode动态规划训练营(1~5天)
随机推荐
Redis distributed lock
微信中金财富高端专区安全吗,证券如何开户呢
Paper writing 19: the difference between conference papers and journal papers
Remote code execution in Win 11 using wpad / PAC and JScript 1
Five minutes to show you what JWT is
How to create bep-20 pass on BNB chain
An error is reported when sqoop imports data from Mysql to HDFS: sqlexception in nextkeyvalue
DTMF dual tone multi frequency signal simulation demonstration system
Don't bother tensorflow learning notes (10-12) -- Constructing a simple neural network and its visualization
Why is the hexadecimal printf output of C language sometimes with 0xff and sometimes not
Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)
【目标跟踪】基于帧差法结合卡尔曼滤波实现行人姿态识别附matlab代码
考研英语唐叔的语法课笔记
NC basic usage 1
中金财富公司怎么样,开户安全吗
Servlet learning notes
JDBC database addition, deletion, query and modification tool class
php参考手册String(7.2千字)
Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 127
程序设计语言基础(2)