> 我用 BCB 寫一資料庫程式, 是聯結 MS SQL 資料庫, 可能是我開
> 的Table太多的樣子 結果 Run 程式時會出現.
> Project text.exe raised exception class EDBEngineError with message
> "Unknown user name or password.
> Unable to connect. The maximum number of '15' configured user connections
> are already connected. System Administrator can
> configure to a higher value with sp_configure.
> General SQL error.
> Login incorrect.'. Process stopped. Use Step or Run to continue.
> 請問我MS SQL應該要怎麼樣調整, 才能解決這個問題.
> 或如何在程式中來宣告, 來解決這樣的問題.
Set a higher value for remote login parameter in SQL Server,
or make sure that you enter the correct USER NAME & PASSWORD !
Good Luck to You
ycliaw
---