📄 connection.properties.tmpl
字号:
## The URL of the server to which you want to connect## Replace SERVER-NAME with the name of your server (also in the SERVERNAME# property)## Replace DB-NAME with the name of the database to use (also in the# DATABASENAME property)#driver=net.sourceforge.jtds.jdbc.Driverurl=jdbc:jtds:sqlserver://SERVER-NAME/DB-NAMEUSER=saPASSWORD=SERVERNAME=SERVER-NAMEPORTNUMBER=1433DATABASENAME=DB-NAMESERVERTYPE=1XAEMULATION=true## TDS Version### Use this for MS SQL Server 6.5+##TDS=4.2## Use this for Sybase 10+##TDS=5.0## Use this for MS SQL Server 7.0+##TDS=7.0## Use this for MS SQL Server 2000 (default)#TDS=8.0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -