Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jaylrob
  • Content: Threads
  • Order by date
  1. jaylrob

    Screen Scrape Dynamic Content

    I have a screen scraping .aspx file that works perfectly with plain HTML pages. However, if a page contains dynamic content (from an asp page), the dynamic content is not captured. I am using WebRequest and StreamReader to capture the html. Any direction appreciated.
  2. jaylrob

    Merge over Different Schemas

    ProcedureA and TableA are located in SchemaA. ProcedureA performs a merge between View B of SchemaB and TableA. ProcedureA is giving a ORA-00942(table or view does not exist) for the following line ... USING (SELECT * FROM B.VIEWB) D Code excerpt --------------------- MERGE INTO A.TableA C...

Part and Inventory Search

Back
Top