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