回 帖 发 新 帖 刷新版面

主题:测试数据库连接

If IsUseConnSupporter Then
      Dim strErrMsg As String
      Dim techSupporter As New [b]techSupport.techSupport[/b]
      If Not techSupporter.TestConn(DBOpProvider.ConnSqlServer.SQLClass.ConnStr, strErrMsg, Application.ProductName) Then
        MsgBox(strErrMsg, MsgBoxStyle.Exclamation + MsgBoxStyle.SystemModal)
        Application.Exit()
        End
      End If
    End If
techsupport是个什么类啊?看不懂,解释一下,谢谢!

回复列表 (共1个回复)

沙发

可能是自己自定义的类吧!自己看看出处!

我来回复

您尚未登录,请登录后再回复。点此登录或注册