Geen omschrijving
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.

SQL連線字串.vb 479B

12345678
  1. Module SQL連線字串
  2. Sub 內網IP連線()
  3. 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"
  4. End Sub
  5. Sub 台灣測試連線()
  6. 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"
  7. End Sub
  8. End Module