步驟一: 安裝資料庫
Step 1: Install Database
建議事項
: 當程式與資料庫安裝於相同主機時,適當配置資料庫記憶體大小避免完全佔用資源。
Q:
如何遷移資料庫
How to migrate database
?
A:
只需使用 Library .NET 中的備份與還原資料庫即可
Just using Backup and Restore of the Library .NET
Q:
How to adjust memory usage by using configuration options in SQL Server?
Q:
How to enable remote connections in SQL Server?
更多內容可參考
FAQ
步驟二: 連線管理
Step 2: Connection Manager
預設登入連線
Set Default
: 設置預設後將不會顯示此連線管理
快速登入方式
Fast Login
:
CodeLib.exe /user=Admin /pass= /profile=local
CodeLib.exe /user="fish" /pass="xxxxx" /profile="local"
預設登入帳號為
Default Account
: Admin/Pass:<blank>
步驟三: 連線設定
Step 3: Connection Configuration
本機
Local
:
%MachineName%
遠端
Remote
(IP):
xxx.xxx.xxx.xxx
Q:
How to configure SQL Server to allow remote connections?
(
SQL Server
/
SQL Server Express
)
SQL Azure(URL):
<userID>.xxx.xxx.xxx
支持多重主資料庫功能
Supports Multi-Main Database
:
可在同一個資料庫系統下建立(管理)不同資料庫來源, 如同一系統下劃分不同的資料庫,
即可以擁有不同的用戶群組與不同的資料庫群組, 因此可針對不同部門或需求建立
不同資料庫名稱使用, 即可以在同一資料庫系統下進行區隔
請參閱
Reference
:
Node
|
Code
|
Files
|
Web
|
Images
|
Search