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.
123456789 |
- Imports System.Data.SqlClient
- Module SQL_Module
- Friend Sub SQL_連線字串_測試()
- 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"
- End Sub
- Friend Sub SQL_連線字串_正式()
- 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"
- End Sub
- End Module
|