facebook

Really basic question

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260789 Reply

    kkarank
    Member

    I am using MyEclipse 5 GA

    I have a simple Oracle table with two columns – uname and pwd .I want to supply a uname and get the pwd value for this.How can i do this ?I followed the tutorial and it has generated a number of classes but i cannt seem to figure out where to put the code for query and what should that code be ?

    Any help ?literature ?

    Thanks,
    kk

    #260803 Reply

    Haris Peco
    Member

    kk,

    You can use sql and pure jdbc (check jdbc tutorial on http://java.sun.com/docs/books/tutorial/jdbc/basics/index.html) or better, hibernate (see myEclipse quickstart on Help>Help Contents>MyEclipse Learning Center>Spring/Hibernate Development>Geting Started>Hibernate Development)

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Really basic question

You must be logged in to post in the forum log in