Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Using MS Query to Push Data to Oracle

I am comfortable with using MSQuery to pull data from
Oracle tables via ODBC connections. I am now at a point
where I would like to be able to load data to an Oracle
table from an Excel file. I already have working ODBC
connectinos to pull, just want to turn around and be able
to push. Is this possible, and if so is it possible
without VBA?

Thanks

c-
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default Using MS Query to Push Data to Oracle


-----Original Message-----
I am comfortable with using MSQuery to pull data from
Oracle tables via ODBC connections. I am now at a point
where I would like to be able to load data to an Oracle
table from an Excel file. I already have working ODBC
connectinos to pull, just want to turn around and be able
to push. Is this possible, and if so is it possible
without VBA?

Thanks

c-
.


Possible: Yes, assuming your UID and password give you the
proper security access to add data to the Oracle tables.
Possible without VBA? Yes, but you would need the proper
tools. MSQuery is designed as a data lookup tool, not for
data input. If you know SQL you can edit the SQL query in
MSQuery and perhaps (I have not tried it) get it to append
records that way, but this is not a very easy or good way
to do what you want. Microsoft Access would be a better
tool - you could link your Excel data into an Access table
and link the Oracle DB tables in as well, then use Access
append or update queries to modify the data. But if you
want to stick with Excel, VBA (with ADO) would be the way
to go, and this would require pretty extensive coding.
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
MS Query Oracle syntax Jeff[_3_] Excel Discussion (Misc queries) 3 May 12th 07 03:06 AM
MS Query Oracle syntax Jeff[_3_] Excel Discussion (Misc queries) 0 May 11th 07 09:26 PM
Pivot Table, MS Query and Oracle Monika Excel Discussion (Misc queries) 2 March 29th 06 02:16 PM
How to update ORACLE query definition in Excel file Viks Links and Linking in Excel 0 January 6th 06 02:56 PM
OLE DB Query Table to Oracle using Parameters Rob van Gelder[_4_] Excel Programming 3 December 25th 03 09:19 PM


All times are GMT +1. The time now is 08:56 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"