View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Rettke Chris Rettke is offline
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-