설명 없음
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 592B

123456789101112
  1. Imports System.Data.SqlClient
  2. Module SQL_Module
  3. Friend Sub SQL_連線字串_測試()
  4. ConString = "Data Source=106.1.48.106,4567;Initial Catalog=HX-GPS-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=36.64.59.26,2433;Initial Catalog=HX-GPS-ERP-SYS;Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  8. End Sub
  9. Friend Sub SQL_帳號讀取()
  10. End Sub
  11. End Module