Ei kuvausta
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 547B

12345678910
  1. Imports System.Data.SqlClient
  2. Module SQL_Module
  3. Friend Sub SQL_連線字串_測試()
  4. ConString = "Data Source=106.1.48.106,4567;Initial Catalog=NANJIN-ERP-SYS;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=192.168.1.59,4567;Initial Catalog=NANJIN-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  8. End Sub
  9. End Module