• 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

how to install database in eclipse indigo ?

 
Ranch Hand
Posts: 692
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i m using eclipse ide can any 1 tell me how to use database in eclipse to develop applications ....i have sql server 5 installed on my machine ...can i use it or oracle has its own server ....if yes then please tell me the ways how to install plugin in eclipse ?
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plug in to do what? One uses JDBC to access the database from Java, but that doesn't involve an IDE.
 
naved momin
Ranch Hand
Posts: 692
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:Plug in to do what? One uses JDBC to access the database from Java, but that doesn't involve an IDE.


i want database in eclipse how to install that ?
 
Jeanne Boyarsky
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

naved momin wrote:

Jeanne Boyarsky wrote:Plug in to do what? One uses JDBC to access the database from Java, but that doesn't involve an IDE.


i want database in eclipse how to install that ?


You need to describe what you want to do in more detail. I don't understand what you mean by "database in Eclipse." Please give an example of what you want to do with the database. For example:
  • connect to the database in Java
  • view the database through a GUI
  • generate JPA entities for the tables
  •  
    naved momin
    Ranch Hand
    Posts: 692
    Eclipse IDE Java Linux
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Jeanne Boyarsky wrote:

    naved momin wrote:

    Jeanne Boyarsky wrote:Plug in to do what? One uses JDBC to access the database from Java, but that doesn't involve an IDE.


    i want database in eclipse how to install that ?


    You need to describe what you want to do in more detail. I don't understand what you mean by "database in Eclipse." Please give an example of what you want to do with the database. For example:
  • connect to the database in Java
  • view the database through a GUI
  • generate JPA entities for the tables

  • i m a final year student and learning java , and i want to make my final year project in java , so i need database to create an application ...i want gui to view database like to create tables and all
    hope you understand.
     
    Jeanne Boyarsky
    author & internet detective
    Posts: 41878
    909
    Eclipse IDE VI Editor Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    You could use a plugin like MyEclipse that provides a database perspective. I wouldn't though. I'd use the tool Microsoft provides in order to create tables.
     
    Squanch that. And squanch this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic