Export from Database to Excel

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: May 2008
Posts: 3
Reputation: yomr is an unknown quantity at this point 
Solved Threads: 0
yomr yomr is offline Offline
Newbie Poster

Export from Database to Excel

 
0
  #1
Aug 21st, 2008
here is my dilemma

I have an Oracle database that consists of tables (duh!) for an award nomination project
where I have a table for nominees and a table for each category of qualifications
for example

table 1 (nominees)
name
ID_NUMBER PK
DEPARTMENT
NAME
PHONE#


table 2 (education_information)
ID_NUMBER FK
DEGREE
STARTDATE
ENDDATE
INSTITUTION

etc..


I need to know how can I take these records from the tables ans export them to an Excel file where the output (Excel File) will look something like this:

--------------------------------------------------------------------------------------------------------
ID_NUMBER | DEPARTMENT | NAME | PHONE# | DEGREE | STARTDATE | ENDDATE | INSTITUTION
--------------------------------------------------------------------------------------------------------


I'm using ASP.NET VB.NET

So please ,HELP!

My project is due next week
Last edited by yomr; Aug 21st, 2008 at 3:54 pm.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 7
Reputation: gever is an unknown quantity at this point 
Solved Threads: 0
gever gever is offline Offline
Newbie Poster

Re: Export from Database to Excel

 
0
  #2
Sep 15th, 2008
read the data to a gridview and write it to the excel table.

http://vb.net-informations.com/excel...e_to_excel.htm

it may help u.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC