我不明白
dbConn.Open "Provider=SQLOLEDB.1;Password=esotiger;Persist Security Info=True;User ID=sa;Initial Catalog=PosSystem;Data Source=10.107.2.111"sqlStr = "update [10.107.2.143].PosSystem.dbo.tblDepartCode set fldactive='Y' WHere flddepartid='2002'"dbConn对象连的是111,要打开143的表?