Module SQL_連線字串 Friend Sub SQL_連線字串_ERP() ConString = "Data Source=" & 登入人IP & ";Initial Catalog=我的資料庫;Persist Security Info=True;User ID=b70340;Password=0911274990;Max pool size = 200;Connection Timeout=0" End Sub Friend Sub SQL_連線字串_考勤() ConString1 = "Data Source=106.1.48.106,4567;Initial Catalog=GCM_AM_SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0" End Sub End Module