%META:TOPICPARENT{name="ConfigTroubleshootASA"}% How do I create a JDBC Type 1 URL to connect to Sybase ASA? %BR% Sybase Type 1 JDBC connection URLs take the following format: %BR% %BR% {{{ jdbc:openlink://ODBC[/DSN][/UID][/PWD][/READONLY] }}} %BR% Here is a description of each of the URL parameters: %BR% %BR% * /DSN - Local ODBC Data Source Name that connects to a Sybase database%BR% %BR% * /UID - Sybase database username%BR% %BR% * /PWD - Sybase database password %BR% %BR% * /READONLY - Read-write or read-only session mode%BR% %BR% Here is a sample Sybase Type 1 connection URL: %BR% {{{ jdbc:openlink://ODBC/DSN=Local Sybase Sample DSN/UID=sa/PWD=sa }}}