473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

dump

Hello,

I have database in Ms Access. I create a tables using wizards. So,
now, how can i take a dump of that database. Please, guide me.

Thanks in advance.

May 9 '07 #1
4 2204
On May 9, 5:25 am, pwpradeep <pradeepwkulka...@gmail.comwrote:
Hello,

I have database in Ms Access. I create a tables using wizards. So,
now, how can i take a dump of that database. Please, guide me.

Thanks in advance.
what do you consider to be a "Dump"?? I think you need to be clearer
about what you are trying to achieve here.

In my world a dump is a complete backup of all tables in their native
format... all you need to do in access in that case is copy the
database backend (which is just the database file, assuming you didn't
split it, and if you are using the wonderful wizards of doom i'm
guessing you didnt.)

If you are looking to extract all the data in some kind of excel
readable format - then the easiest thing for a person in your position
to do is to select the tables one by one in the database window (press
F11 to reveal it if you can find it) and use the export to excel
utility.

If you need anything more complicated, then learn access

May 9 '07 #2
I think you are asking how to dump table info to excel step-by-step.
* First, open your Access Database.
* Then click on the 'Tables' icon on the left pane titled 'Objects'
* Now you have all your tables displayed on the main window
* Right click on the table you would like to export and choose
'Export'
* Select (a) the location where you would like to save this 'dump' and
(b) on the 'Save as type' drop down at the bottom of the dialog box
choose the export format [i.e. Microsoft Excel 97-2003 (*.xls)]
* Click on 'Export' and you're done.
You then need to repeat this process for every table you require
exporting.

May 9 '07 #3
Hi,

Dump means, i want SQL queries, which are creating table structures
and insert data. By this , i can use that queries in Oracle / MySQL.

Thanks

May 11 '07 #4
Hi, Pradeep.
Dump means, i want SQL queries, which are creating table structures
and insert data.
This functionality isn't built into Access. Access is meant to be a desktop
database, not a server database, which commonly does have this function
built in. But just because it's not a built in function doesn't mean you
can't have it. If you really need it, it will take you half a day to code
the automated DDL and inserts if you're an experienced VBA programmer.

Good luck.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"pradeep" <pw*******@gmail.comwrote in message
news:11**********************@y80g2000hsf.googlegr oups.com...
Hi,

Dump means, i want SQL queries, which are creating table structures
and insert data. By this , i can use that queries in Oracle / MySQL.

Thanks

May 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
3
by: Chris Stiles | last post by:
Is there a human readable dump format for objects ? As opposed to pickling ? It doesn't necessarily have to be XML - in fact i'd prefer if it wasn't ;) - but ISTR an XML dump library. --...
2
by: Gregory Stone | last post by:
I have a situation where I am doing a pg_dump from my database. I want to make sure that noone is inserting into the tables being dump during the dump. Does the MVCC architecture make it a moot...
7
by: Matt | last post by:
I want to know what is Hex Dump? I tried to search in google but didn't get useful results. I know it is the hexademical representation of something. But I don't know what is something? From C...
9
by: Microsoft News Server | last post by:
Hi, I am currently having a problem with random, intermittent lock ups in my ASP.net application on our production server (99% CPU usage by 3 threads, indefinately). I currently use IIS Debug...
3
by: Andrei Ivanov | last post by:
Hello, I have a dump created with pg_dump ver 7.4.1 from a postgres 7.4 database, with encoding SQL_ASCII. I'm trying to import this dump in a 7.4.1 postgres database with encoding UNICODE, but...
7
by: Cyril VELTER | last post by:
I'm trying to dump a database from a 7.1.3 server to a 7.4.2 one. It doesn't works because of difference in COPY format (unless I use -d which is VERY slow on a 16G database). What are the...
6
by: Együd Csaba | last post by:
Hi All, I'd like to dump out my database using plain text format. Everything is ok, but the bytea filds. Restoring the dump file (using <<psql -f LO_TRY_INSERT_BYTEA.sql tmp7>>) it sends an...
6
by: Soeren Gerlach | last post by:
Hi, some weeks ago I started to develop an application using Postgresql the first time. I'm running 7.4.3 on a Linux box with a plain 2.6.7 kernel, the storage is handled by 5 SATA disks,...
2
by: Oleg | last post by:
Dear All, I have upgraded Postgresql from 7.3 to 7.4. Starting pg brings error: The database is in an older format that cannot be read by version 7.4 of PostgreSQL dpkg-upgrade postgresql...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.