• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Methods in DB to implement

 
Ranch Hand
Posts: 267
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I was wondering, am i to implement all the methods in given interface(mine is DB). I know i am to implement read(),update(), delete()! Are we to implement create()? If they are all implemented, are they supposed to be placed on the GUI! I have read that most ranchers implemented the methods but did not place them on the GUI!And also most ranchers didnt implement create() and delete() and i am supposing they werent penelized!
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,Saheed

My instruction about The User Interface stated I must provide the book and search function and it didn't mention I must offer the function of creating or deleting a specific record. But in the Server section, the instrction stated I must implement the DBMain interface which includes al the methods, such as read, create and delete, etc.

Maybe my instruction is different from yours. You should read your instruction carefully.

I do implement the create and delete methods in the DBMain interface and meanwhile I do not provide a Create or Delete button in my GUI since it is not a "must" requirement in The User Interface section in my instruction.
I think I didn't lose marks in this part.

Regards, Ailsa Cape
 
Saheed Adepoju
Ranch Hand
Posts: 267
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks alot! I think it makes more sense to me now! And congrats on your recent pass!Have a nice day!
 
On top of spaghetti all covered in cheese, there was this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic