12345678 |
- Module SQL_連線字串
- Friend Sub SQL_連線字串_測試_LINE_SQL()
- ConString4 = "Data Source=mssql-147629-0.cloudclusters.net,12711;Initial Catalog=GCM-SCADA;Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200; Connection Timeout=0"
- End Sub
- Friend Sub SQL_連線字串_LINE_LOG_SQL()
- ConString3 = "Data Source=106.1.48.106,4567;Initial Catalog=GCM-MESSAGE-LOG;Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200; Connection Timeout=0"
- End Sub
- End Module
|