当前位置:网站首页>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
边栏推荐
- Leetcode dynamic planning training camp (1-5 days)
- STM32 Basics
- Understanding various team patterns in scrum patterns
- antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题
- WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
- MFC obtains local IP (used more in network communication)
- Design of warehouse management database system
- Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?
- nc基础用法3
- JDBC tool class jdbcfiledateutil uploads files and date format conversion, including the latest, simplest and easiest way to upload single files and multiple files
猜你喜欢
WordPress插件:WP-China-Yes解决国内访问官网慢的方法
Comment créer un pass BEP - 20 sur la chaîne BNB
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)
antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (6)
Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)
Shanda Wangan shooting range experimental platform project - personal record (IV)
[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached
SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
Shanda Wangan shooting range experimental platform project - personal record (V)
随机推荐
Unity general steps for creating a hyper realistic 3D scene
論文寫作 19: 會議論文與期刊論文的區別
Still using listview? Use animatedlist to make list elements move
【问题解决】‘ascii‘ codec can‘t encode characters in position xx-xx: ordinal not in range(128)
Alicloud: could not connect to SMTP host: SMTP 163.com, port: 25
Fundamentals of programming language (2)
Remote code execution in Win 11 using wpad / PAC and JScript 3
Five minutes to show you what JWT is
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
DTMF dual tone multi frequency signal simulation demonstration system
MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
NC basic usage 2
渤海期货这家公司怎么样。期货开户办理安全?
Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?
Local call feign interface message 404
nc基础用法4
考研英语唐叔的语法课笔记
R语言ggplot2可视化分面图(facet_wrap)、使用lineheight参数自定义设置分面图标签栏(灰色标签栏)的高度
How does onlyoffice solve no route to host
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