Няма описание
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.

123456
  1. Imports System.Data.SqlClient
  2. Module SQL_Module
  3. Friend Sub SQL_連線字串_主SQL()
  4. ConString = "Data Source=180.177.181.162,5264;Initial Catalog=GA-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=0911274990;Max pool size = 200;Connection Timeout=0"
  5. End Sub
  6. End Module