storagesupermarketmisx.ini
来自「数据库应用课程设计」· INI 代码 · 共 22 行
INI
22 行
// Profile StorageSuperMarketDB
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "StorageSuperMarketDB"
SQLCA.ServerName = "ZINC"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
[DBMS_PROFILES]
Profiles=StorageSuperMarketDB
[Profile StorageSuperMarketDB]
DBMS=MSS Microsoft SQL Server
Database=StorageSuperMarketDB
UserId=
DatabasePassword=
LogId=sa
LogPassword=
ServerName=ZINC
DBParm=
Lock=
Prompt=FALSE
AutoCommit=FALSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?