Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

SQL_Module.vb 533B

123456789
  1. Imports System.Data.SqlClient
  2. Module SQL_Module
  3. Friend Sub SQL_連線字串_測試()
  4. ConString = "Data Source=106.1.48.106,4567;Initial Catalog=YD-SERVER;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  5. End Sub
  6. Friend Sub SQL_連線字串_正式()
  7. ConString = "Data Source=180.218.213.39;Initial Catalog=YD-SERVER;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  8. End Sub
  9. End Module