当前位置:网站首页>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
边栏推荐
- Use test of FFT and IFFT library functions of TI DSP
- JDBC tool class jdbcconutil gets the connection to the database
- NC basic usage
- 如何在BNB链上创建BEP-20通证
- redis 分布式锁
- Sqoop imports data from Mysql to HDFS using lzop compression format and reports NullPointerException
- Five minutes to show you what JWT is
- 如何做产品创新?——产品创新方法论探索一
- Shanda Wangan shooting range experimental platform project - personal record (IV)
- 山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(六)
猜你喜欢
DTMF dual tone multi frequency signal simulation demonstration system
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(七)
Leetcode dynamic planning training camp (1-5 days)
How to create bep-20 pass on BNB chain
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
Shanda Wangan shooting range experimental platform project - personal record (IV)
SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code
【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码
随机推荐
Grafana shares links with variable parameters
【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码
JDBC database addition, deletion, query and modification tool class
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
MFC obtains local IP (used more in network communication)
How about Bohai futures. Is it safe to open futures accounts?
程序设计语言基础(2)
SIGIR'22 "Microsoft" CTR estimation: using context information to promote feature representation learning
The flinkcdc reports an error: but this is no longer available on the server
PCA based geometric feature calculation of PCL point cloud processing (52)
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
Change the material of unity model as a whole
R语言使用timeROC包计算无竞争风险情况下的生存资料多时间AUC值、使用confint函数计算无竞争风险情况下的生存资料多时间AUC指标的置信区间值
[problem solving] 'ASCII' codec can't encode characters in position XX XX: ordinal not in range (128)
Database query - course selection system
redis 分布式锁
Cadence Orcad Capture 批量更改元件封装功能介绍图文教程及视频演示
Unity 模型整体更改材质
An error is reported when sqoop imports data from Mysql to HDFS: sqlexception in nextkeyvalue
腾讯邱东洋:深度模型推理加速的术与道