connection.properties.tmpl

来自「基于Appfuse1.94的MsSQL版本」· TMPL 代码 · 共 43 行

TMPL
43
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?