暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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