Module SQL連線字串 Sub 內網IP連線() connstring = "Data Source=192.168.110.164;Password=Lee0911274990;Persist Security Info=True;User ID=b70340;Initial Catalog=rt2021;Max pool size = 200;Connection Timeout=60" End Sub Sub 台灣測試連線() connstring = "Data Source=106.1.49.218,2433;Password=Lee0911274990;Persist Security Info=True;User ID=b70340;Initial Catalog=rt2021;Max pool size = 200;Connection Timeout=60" End Sub End Module