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