vbs 连接oracle 数据库,VBS访问、操作oracle数据库
Sub FetchDataCount()Dim sheetName As StringsheetName = "test"Dim dbServiceName As StringdbServiceName = Sheets(sheetName).Cells(1, 1)If dbServiceName = "" ThenMsgBox "服务名不能为空"Return: FetchDataCountEnd...