You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678 |
- 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
|