Module SQL_連線字串 Friend Sub SQL_連線字串_測試() ConString = "Data Source=" & 登入人IP & ";Initial Catalog=METO-MES-SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0" End Sub Friend Sub SQL_連線字串_正式() ConString = "Data Source=" & 登入人IP & ";Initial Catalog=METO-MES-SYS;Persist Security Info=True;User ID=b70340;Password=0911274990;Max pool size = 200;Connection Timeout=0" End Sub Friend Sub SQL_連線字串_圖片資料庫() ConString2 = "Data Source=" & 登入人IP & ";Initial Catalog=" & 圖片庫 & ";Persist Security Info=True;User ID=b70340;Password=" & SQL密碼 & ";Max pool size = 200;Connection Timeout=0" End Sub End Module