View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
EWill EWill is offline
external usenet poster
 
Posts: 4
Default Executing a Script on an Oracle DB

I have a rather lengthy script I need to execute from within Excel,
however the scipt will not fit into a string (the script is about 2.5
pages long). How can I pass a long SQL stmt to oracle.

Note: The script will not return any results its an select/insert
stmt, based on criteria from the excel spreadsheet.