English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

6 answers

Click DATA, then IMPORT DATA

2007-12-23 22:47:19 · answer #1 · answered by Stuart 7 · 0 0

Control Panel > Administrative Tools > Data Sources (ODBC)

Under System DSN click Add...

If your database is Microsoft SQL, wcroll all the way to the bottom and select SQL Server.

Click Finish.

Next window, give it a name and description of whatever you want. (Something recognizable. Ex. Employee DB on Wizard server)

Select the SQL server from the drop down list. Click Next.

Select the database you want to connect to from the drop down.

Click Next until you finish adding. No need to change other settings, defaults should be fine. If you have permissions to the db, test the connection to the DB.

Open Excel.

Data > Import External Data > Import Data ...

Change file of type to ODBC File DSNs

Select the DSN fro m the box that you just created.

2007-12-24 00:48:33 · answer #2 · answered by strayinma 4 · 0 0

Dump the database or table data to a file using the following command

If you want to dump database then issue this command
> mysqldump -uroot -pabc12 db_name > dumpFile.sql

If you want to dump a table then issue this command
> mysqldump -uroot -pabc12 db_name tab_name > dumpFile.sql

Here username and password is as an example

Then in excell
Tools > Import external Data> select the dump file > and import data.

Thats all

2007-12-23 22:52:15 · answer #3 · answered by AgilePro 3 · 0 0

As cautioned, export/import it as a comma delimited (.csv) document. although, as additionally cautioned, you will ought to filter out the information interior the database all the way down to no greater beneficial than sixty 5,536 archives - the optimum selection Excel can handle. I had a similar situation doing archives diagnosis at BT - we frequently began by importing a pair of million products of uncooked archives into get entry to and then filtering out approximately 95% of them! playstation . I relatively have because discovered that the hot Excel 2007 can handle over a million archives.

2016-12-11 12:09:37 · answer #4 · answered by ? 4 · 0 0

Hello kasish

2007-12-23 23:27:05 · answer #5 · answered by sweetu 2 · 0 0

how

2007-12-23 23:49:38 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers