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_Module.vb 766B

1234567891011
  1. Module SQL_Module
  2. Friend Sub SQL_連線字串_測試()
  3. ConString = "Data Source=106.1.50.79;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  4. End Sub
  5. Friend Sub SQL_連線字串_內網()
  6. ConString = "Data Source=192.168.0.199,2433;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=lee0911274990;Max pool size = 200;Connection Timeout=0"
  7. End Sub
  8. Friend Sub SQL_連線字串_外網()
  9. ConString = "Data Source=59.127.190.74,2433;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=lee0911274990;Max pool size = 200;Connection Timeout=0"
  10. End Sub
  11. End Module