Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Connecting to Sybase ASA 9"

Line 3: Line 3:
 
==Sybase ASA 9==
 
==Sybase ASA 9==
  
''DTP 0.9 does not have a separate PostgreSQL driver template. You can, however, override the values in another driver template to get what is needed here.''
+
''DTP 0.9 does not have a separate Sybase ASA driver template. You can, however, override the values in another driver template to get what is needed here.''
  
 
* Choose any driver template from the list and override all values
 
* Choose any driver template from the list and override all values

Revision as of 11:53, 13 July 2006

Back to How Do I Connect to...

Sybase ASA 9

DTP 0.9 does not have a separate Sybase ASA driver template. You can, however, override the values in another driver template to get what is needed here.

  • Choose any driver template from the list and override all values
  • Name the driver template "Sybase ASA 9"
  • Jar: jconn3.jar
  • Driver: com.sybase.jdbc3.jdbc.SybDriver
  • Database name: asademo
  • URL: jdbc:sybase:Tds:localhost:2638

Next, create the connection profile:

  • Choose "SQL Model-JDBC Connection"
  • Give the profile an appropriate name, such as "Sybase ASA 9"
  • Choose the driver template you just created from the combo box
  • "Finish" to save the connection profile

Note that you might have to tweak these values for your case. Results in a partial tree in Data Source Explorer, and can be used with the SQL Editor.

Back to the top