Jconnect Specific Properties
From SQLBrowser
[OBSOLETE] Properties are now part of Connection configuration
[edit] Update the preference file
- Locate the root of the preferences saved files
- Under Windows, it is normally located in "C:\Documents and Settings\<YourID>\Application Data\.sqlbrowser\dev"
- If you specified an alternative user dir in the arguments file, then use this location e.g. --userdir "C:\temp\SqlbrowserUserDir"
- In this directory, open the general preferences file named config\Preferences\com\sqlbrowser\sqlbm.properties
- Add a line anywhere named jcon_<PROPERTY NAME> where <PROPERTY NAME> is the name of a JConnect property listed in the JConnect Manual. e.g. jcon_PACKETSIZE=1024
- After restarting, verify that your special property is taken into account by looking at the log (View / SQLBrowser Log File. It should show a line like Mar 02 14:24:17.645 [00.000] main Adding specific JConnect properties: {PACKETSIZE=1024}
- Please note that certain properties can not be changed such as the one which are hard coded by SQLBrowser
- JConnect Connection Properties Manual (6.05)
Log Example:
Mar 02 14:45:44.715 [00.078] AWT-EventQ Using extra connection property PACKETSIZE=1024
Mar 02 14:45:44.715 [00.000] AWT-EventQ Sybase connection properties:
Mar 02 14:45:44.715 [00.000] AWT-EventQ IGNORE_DONE_IN_PROC : true
Mar 02 14:45:44.715 [00.000] AWT-EventQ HOSTNAME : LX127532122
Mar 02 14:45:44.715 [00.000] AWT-EventQ JCONNECT_VERSION : 6.05
Mar 02 14:45:44.715 [00.000] AWT-EventQ ESCAPE_PROCESSING_DEFAULT : false
Mar 02 14:45:44.715 [00.000] AWT-EventQ CANCEL_ALL : false
Mar 02 14:45:44.715 [00.000] AWT-EventQ PACKETSIZE : 1024
Mar 02 14:45:44.715 [00.000] AWT-EventQ DYNAMIC_PREPARE : false
Mar 02 14:45:44.715 [00.000] AWT-EventQ DISABLE_UNPROCESSED_PARAM_WARNINGS : true
Mar 02 14:45:44.715 [00.000] AWT-EventQ LANGUAGE : us_english
Mar 02 14:45:44.715 [00.000] AWT-EventQ CHARSET : iso_1
Mar 02 14:45:44.715 [00.000] AWT-EventQ HOSTPROC : U123456
Mar 02 14:45:44.715 [00.000] AWT-EventQ REPEAT_READ : false
Mar 02 14:45:44.715 [00.000] AWT-EventQ APPLICATIONNAME : SQLBrowser
Mar 02 14:45:44.715 [00.000] AWT-EventQ USE_METADATA : false
Mar 02 14:45:44.715 [00.000] AWT-EventQ IS_CLOSED_TEST : INTERNAL
[edit] In the argument.xml
Pls refer to Command Line article
