Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How Can I execute pl/sql query??

How Can I execute pl/sql query??

Scheduled Pinned Locked Moved Database
databasehtmlquestioncsharpasp-net
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vanamaindia
    wrote on last edited by
    #1

    set markup HTML on spool index.html SELECT * FROM pap_in_indexmaster; spool off set markup HTML off I want to execute this script, as it is, so that it does the spool command as it has been scripted to do. I want to execute this script in asp.net.... How Can I do that?? or any alternative to display the query result in HTML table view in HTML page..??

    A 1 Reply Last reply
    0
    • V Vanamaindia

      set markup HTML on spool index.html SELECT * FROM pap_in_indexmaster; spool off set markup HTML off I want to execute this script, as it is, so that it does the spool command as it has been scripted to do. I want to execute this script in asp.net.... How Can I do that?? or any alternative to display the query result in HTML table view in HTML page..??

      A Offline
      A Offline
      andyharman
      wrote on last edited by
      #2

      The spool command (and I think the set commands too) are specific to the Oracle SQL*Plus tool. If you want to replicate this in ASP.NET then you will have to create a DataReader object and convert the results into HTML within your ASP.Net code. Regards Andy

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups