• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sybase with Eclipse

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Does anyone have any idea / experience of accessing Sybase with Eclipse 2.1. Where can I can the plugin / JDBC driver from ? Do I need any plugin at all to access SYBASE ? Or just installing JDBC driver would do.

Any example code would be great help.

Cheers
V
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be able to find a Sybase JDBC driver from Sybase website or from the Sybase installation directory. After that, you need an Eclipse plugin which you can get from eclipse-plugins.info (select "categories" and "Database"). I'm currently using QuantumDB but there are others as well (DBEdit, EasySQL, SQLDeveloper and SQLExplorer are probably the better ones).
 
reply
    Bookmark Topic Watch Topic
  • New Topic