• 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

Delete/Add record

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
In data object, there are two method add and delete record, but walkthrough the specification; it seems the client would not provide delete and add record function. Do we need to provide both functions to client? And please advice in which case we need to lock the whole base.
Thanks all in advance.
rgds
Rodger Gao
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You won't be using the add, delete, or database lock functions in the client.
- Peter
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter
Thank you for prompt reply.
Ok, the client no need of lock database, add or delete record; but does it mean at Server side we will provide this function via GUI or Command Prompt? But it seems there is not the requirement in the SUN's specification.
Do I understand correct? Actually there is no cases for add, delete or lock database at all in the assignment, we provide the method only. Right?
Thanks
Rodger Gao
 
Peter den Haan
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You provide the method only. Remember, you are coding the database part for reuse, so don't be worried if you are implementing features that are not used in this particular project. Plus, you are only realisng part of this project anyway.

- Peter
 
reply
    Bookmark Topic Watch Topic
  • New Topic