File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Is database not going to become inconsistent? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Is database not going to become inconsistent?" Watch "Is database not going to become inconsistent?" New topic
Author

Is database not going to become inconsistent?

Ajit Chauhan
Greenhorn

Joined: Mar 04, 2011
Posts: 10
Hello Sir,
I like to ask one question? Well if i start my application in alone mode and Server Mode , Isn,t it going to make my dataBase Inconsistence.
i mean Something in server database, and something in stand alone database.
different different Data. in two database.

please enlight me for this situation.

Best Regard
Ajit
Roel De Nijs
Bartender

Joined: Jul 19, 2004
Posts: 4354

Hi Ajit,

If you read your instructions carefully you'll encounter a statement saying that at most 1 program will access the database file simultaneously. So that means that you can start the standalone client, you can start the server application, but you'll never start these 2 applications at the same time.

Kind regards,
Roel


SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is database not going to become inconsistent?
 
Similar Threads
The mode flag
NX: Question about database location.
NX: UrlyBird. data class shared by client?
how does the program start?
How many modes are there for the program?