当前位置:网站首页>SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
2022-04-23 20:14:00 【阿六_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.
版权声明
本文为[阿六_Dexter]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wmy19890322/article/details/124324864
边栏推荐
- SIGIR'22 "Microsoft" CTR estimation: using context information to promote feature representation learning
- MySQL数据库 - 单表查询(二)
- 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
- php参考手册String(7.2千字)
- R语言使用timeROC包计算无竞争风险情况下的生存资料多时间AUC值、使用confint函数计算无竞争风险情况下的生存资料多时间AUC指标的置信区间值
- Kibana reports an error server is not ready yet. Possible causes
- Unity general steps for creating a hyper realistic 3D scene
- 网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)
- Audio editing generation software
- Redis distributed lock
猜你喜欢

Sqoop imports tinyint type fields to boolean type
![[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

C6748 software simulation and hardware test - with detailed FFT hardware measurement time

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

Mysql database backup scheme
![Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]](/img/1a/669c330e64af8e75f4b05e472d03d3.png)
Azkaban recompile, solve: could not connect to SMTP host: SMTP 163.com, port: 465 [January 10, 2022]

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

Unity创建超写实三维场景的一般步骤

【文本分类案例】(4) RNN、LSTM 电影评价倾向分类,附TensorFlow完整代码
![[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code](/img/30/39de1628cb47f715056fb898955ff5.png)
[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code
随机推荐
DTMF双音多频信号仿真演示系统
Change the material of unity model as a whole
Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
Electron入门教程4 —— 切换应用的主题
WordPress插件:WP-China-Yes解决国内访问官网慢的方法
MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
Comment créer un pass BEP - 20 sur la chaîne BNB
基于pytorch搭建GoogleNet神经网络用于花类识别
图书管理数据库系统设计
Introduction to electron tutorial 3 - process communication
How about Bohai futures. Is it safe to open futures accounts?
R语言使用caret包的preProcess函数进行数据预处理:对所有的数据列进行BoxCox变换处理(将非正态分布数据列转换为正态分布数据、不可以处理负数)、设置method参数为BoxCox
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.
uIP1. 0 actively sent problem understanding
如何在BNB链上创建BEP-20通证
nc基础用法1
Grafana shares links with variable parameters
SRS 的部署
[text classification cases] (4) RNN and LSTM film evaluation Tendency Classification, with tensorflow complete code attached
本地调用feign接口报404