• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need to package original DB file

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roel,

Another quick question, We have db-2x2.db file supplied by Sun.

Our code has method to update the DB. Wondering if we can update this db file while testing.

But in instructions it is mentioned that we need to package original DB file with out any modifications and submit to Sun.

Can you please shed some light here.
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Gautham Kumar wrote:Our code has method to update the DB. Wondering if we can update this db file while testing.



Well, create a backup copy of the original file and use another copy of it in the development phase. When you submit your project, use the backup copy. The file to be submitted to Oracle MUST have the original .db file.
 
Sheriff
Posts: 11606
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gautham Kumar,

This topic is only for questions about Roberto's database file reader tool, so please post only questions about that tool in that topic. It's not intended to have questions about database file or its structure. If you have other questions (like this one or about the magic cookie), please start a new topic and your questions/doubts will definitely be addressed too. That's why I created 2 seperate threads with your questions.

Kind regards,
Roel
 
Roel De Nijs
Sheriff
Posts: 11606
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roberto Perillo wrote:

Gautham Kumar wrote:Our code has method to update the DB. Wondering if we can update this db file while testing.



Well, create a backup copy of the original file and use another copy of it in the development phase. When you submit your project, use the backup copy. The file to be submitted to Oracle MUST have the original .db file.



My good buddy Roberto is spot-on (as always). In my developing days (2009 when it was still Sun) we had to download a JAR containing the db file and the instructions.html. I had a copy of this JAR on my computer, on my work laptop, on a USB stick and on my webspace just to be sure to be able to submit an original .db file. It's a must requirement, so violating such a requirement results in failure (and this would be a very reason )
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic