Default Properties

The following lists the default properties contained in the Query Design Center properties file:

#qdc properties file

#default connection attributes
#hostname=
#portnumber=2012
#usercode=
#password=
#resource=

#authentication and encryption attributes 
#  authentication:  0=MCP   1=Kerberos
#  encryption:    0=None  1=Kerberos
#authType=0
#encryptType=0
#service name attributes
#  servicename:       default service principle name
#  service<HOSTNAME>: hostname service principle name. 
                      <hostname> must be all upper case
#                     There can be multiple service<HOSTNAME> - one
                      per hostname.
#                     For example, if hostname is mcpserver then the
                      service name will be serviceMCPSERVER
#  If 'service<HOSTNAME>' is not defined, 'servicename' will be used.
#servicename=
#service<HOSTNAME>=

#readOnly=
#limit on the number of rows to fetch
#rowlimit=5000

#time in seconds between query status messages
#statusTimeInterval=5

#look and feel.  default is windows
#lookAndFeel=javax.swing.plaf.metal.MetalLookAndFeel
#lookAndFeel=com.sun.java.swing.plaf.motif.MotifLookAndFeel
#lookAndFeel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
#lookAndFeel=com.sun.java.swing.plaf.gtk.GTKLookAndFeel

#default directory to find and save queries
#dir=

#tool to run to display text files
#notepad=notepad
#tool to run to display binary files
#mspaint=mspaint

#enable/disable dialog boxes being 
#displayed as a result of query errors
#batchmode=1

#enable tracing
#trace=1 
#tracefile=qdc.trc
#default frame will be either the query analyzer or query
#designer. default defaultframe is analyzer.
#defaultframe=analyzer
#defaultframe=designer

#font 
#syntax:
#fontfamilyname[-style][-pointsize] or 
#fontfamilyname [style] [pointsize]
# in which style is one of the three case-insensitive 
# strings: "BOLD", "BOLDITALIC", or "ITALIC", and pointsize 
is a decimal representation of the point size.
# For example, if you want a font that is Arial, bold, and a 
point size of 12, 
# you would call this method with: "Arial-BOLD-12". 
#font=Courier
#1.4.font is the font to use when using jre 1.4.x
#1.4.font=Batang-12

#tool tip delays
#initialdelay=250
#reshowdelay=250

#localserver implementation. the default is MCPSQLConnection
#localserver=com.unisys.mcpsql.server.serverimpl.MCPSQLConnection

#set for experimental version.  for example,
sending query driver messages
#experimental=1
Note: The rowlimit property affects all calls sent to the Query Processor. Queries and catalog calls are affected by this limit.