Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How do i export selected columns from excel to an Oracle database

How do i export selected columns (some from many) from an excel to an Oracle
database
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 219
Default How do i export selected columns from excel to an Oracle database

I'd suggest trying it from the Oracle end. Good Luck.
Sincerely,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"Kostas" wrote:

How do i export selected columns (some from many) from an excel to an Oracle
database

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default How do i export selected columns from excel to an Oracle database

You can use ADO and an Oracle provider to connect to the database, then use "insert.." SQL statements to insert the data.
You'll need the Oracle client software installed on the PC.

--
Tim Williams
Palo Alto, CA


"Kostas" wrote in message ...
How do i export selected columns (some from many) from an excel to an Oracle
database



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 129
Default How do i export selected columns from excel to an Oracle database

Sometimes the fastest way to get data into Oracle is to loop through
the data in VBA and write a SQL script of insert statements. Then run
the sql script through sql*plus.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to export selected columns to SQL Server without programming? aushknotes Excel Discussion (Misc queries) 0 August 10th 08 12:47 AM
Export to Excel 2003 from Oracle Discoverer 9i somethingwrong Excel Discussion (Misc queries) 0 May 15th 07 04:27 PM
How to get data from Oracle Database to Excel? David Willis New Users to Excel 1 March 31st 06 01:57 PM
Macro to Export Selected fields to an Existing Access Database ernie Excel Programming 1 March 13th 06 05:01 PM
Export from Oracle into Excel, "Open" is not an option in XP Pierre Excel Discussion (Misc queries) 0 August 4th 05 06:08 PM


All times are GMT +1. The time now is 06:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"