Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

SQL_連線字串.vb 795B

1234567891011
  1. Module SQL_連線字串
  2. Friend Sub SQL_連線字串_ERP()
  3. ConString1 = "Data Source=" & 登入人IP2 & ";Initial Catalog=" & 登入人SQL2 & ";Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  4. End Sub
  5. Friend Sub SQL_連線字串_考勤()
  6. ConString = "Data Source=" & 登入人IP & ";Initial Catalog=" & 登入人SQL & ";Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  7. End Sub
  8. Friend Sub SQL_連線字串_圖片資料庫()
  9. ConString2 = "Data Source=" & 登入人IP & ";Initial Catalog=" & 圖片庫 & ";Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
  10. End Sub
  11. End Module