How Can I execute pl/sql query??
Database
2
Posts
2
Posters
0
Views
1
Watching
-
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..??
-
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..??