当前位置:网站首页>VB.net程序关闭后后台还在与SQL连接
VB.net程序关闭后后台还在与SQL连接
2022-08-09 05:58:00 【CSDN问答】
这段是批量将Excel数据写入数据库的,但是关闭程序后程序怎么还会在后台运行的?是连接没关闭吗?
For ii = 0 To ListBox1.Items.Count - 1 fileName = ListBox1.Items.Item(ii) Dim ExcelConnection As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0; Data Source='" & fileName & "'; Extended Properties=""Excel 12.0 Xml; HDR=Yes""") ExcelConnection.Open() Dim expr As String = "SELECT [PASS_ID] FROM [拆分明细$]" Dim objCmdSelect As OleDbCommand = New OleDbCommand(expr, ExcelConnection) Dim objDR As OleDbDataReader Dim SQLconn As New SqlConnection() Dim ConnString As String = "server=localhost;database=STdata;user id=sa;password=Nngs8888!" SQLconn.ConnectionString = ConnString SQLconn.Open() Using bulkCopy As New SqlBulkCopy(SQLconn) bulkCopy.DestinationTableName = "chaifen" Try objDR = objCmdSelect.ExecuteReader bulkCopy.WriteToServer(objDR) SQLconn.Close() Catch ex As Exception MsgBox(ex.ToString) End Try End Using ExcelConnection.Close() ProgressBar1.Value = ii Next边栏推荐
猜你喜欢

cglib获取不到接口注解

2022-08-08:给定一个数组arr,表示从早到晚,依次会出现的导弹的高度。 大炮打导弹的时候,如果一旦大炮定了某个高度去打,那么这个大炮每次打的高度都必须下降一点。 1) 如果只有一个大炮,返回

shell函数
![[GO]、数组与切片](/img/71/86126c41d0f43aa8b9f232b219f5d7.png)
[GO]、数组与切片

数组 冒泡排序

【Word】Add subscripts to the text of Word at the same time
![[Deep Learning] Let's talk about what is convolutional neural network and what does convolution mean?](/img/12/c3258942e4dcc28714b57d5a3f725c.png)
[Deep Learning] Let's talk about what is convolutional neural network and what does convolution mean?

MYSQLg advanced ------ batch insert millions of data

Fe3O4/SiO2 Composite Magnetic Nanoparticles Aminated on SiO2-NH2/Fe3O4 Surface (Qiyue Reagent)

顺 序 表
随机推荐
【过一下18】超参数优化
LDO和DC-DC的区别
2022-08-08:给定一个数组arr,表示从早到晚,依次会出现的导弹的高度。 大炮打导弹的时候,如果一旦大炮定了某个高度去打,那么这个大炮每次打的高度都必须下降一点。 1) 如果只有一个大炮,返回
RNN-T
MySQL LIMIT + order by limit n,m 和 limit n的小坑
进程和计划任务管理
The 24th day of the special assault version of the sword offer
多行字符串排序在线工具
Lock wait timeout exceeded; try restarting transaction 更新数据量范围太大,导致锁表惨案
Online tool for sorting multi-line strings
1,C#的基本结构
八、开发者工具与单元测试
5G对物流行业的积极影响
地理空间分析库turf.js的学习
金仓数据库能否设置事务自动提交
RNN-T
phpstudy 安装 flarum论坛
Xray - powerful vulnerability scanning tools
二分搜索篇
MOS管的选型