Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all.
I want to take a backup of an entire database. Please guide me how I can achive this with a java application.
Posted
Updated 26-Nov-10 2:10am
v2
Comments
JF2015 26-Nov-10 8:10am    
Edited to fix spelling.
Richard MacCutchan 26-Nov-10 9:00am    
There could be as many ways to do this as there are types of database. Try to be more specific as to your requirements.
Sandeep Mewara 26-Nov-10 9:52am    
via code? directly from DB? The more clear you are, better and faster you get the replies.
THEASCII 29-Nov-10 2:47am    
i want to do this wia code. Acctually i need some guidelines i-e how this would be done as a whole?
Richard MacCutchan 13-Dec-10 14:16pm    
How many times do we need to explain to you that there is not simple answer to this question. You will have to spend some time using your brain, something you have not shown a great aptitude for up to now.

Acctually i want to devlop an application to take backup of any type of database,but for the moment you can asume that i want to do this for SQL database.So please guide me in this regard.thank you!
 
Share this answer
 
Comments
Richard MacCutchan 28-Nov-10 16:37pm    
This is rather too wide a question for this forum. Try Googling your keywords and work from there.
THEASCII 29-Nov-10 2:46am    
i want to do this wia code. Acctually i need some guidelines i-e how this would be done as a whole.
I only want a guideline or some idea that what i have to do, not the complete implementation........!
 
Share this answer
 
Comments
Richard MacCutchan 29-Nov-10 3:29am    
As I said yesterday, use Google. This is far too big a question to be answered here.
THEASCII 29-Nov-10 9:29am    
can you please give only an idea???
Hi all!
I have get the structure of database by using databaseMetadata() function.Now i want to reconstruct same database(having same structure attributes etc)at different PC location and copy all the data from the first one.i want to do this by java programming.So Please anybody can tell me how do achieve this?
 
Share this answer
 
Comments
Richard MacCutchan 13-Dec-10 7:17am    
Search Google, read the Java documentation and tutorials. How many hints do you need?
THEASCII 13-Dec-10 10:05am    
I only need that what ihave to do to complete,ie how many steps?
THEASCII 14-Dec-10 2:32am    
Ok ! if you mind? i think iam not able to explain that what i really want!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900