How Can I Execute this query???????????????
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to show the query result in Html table view directly.. with this sql statements we can make html table view for 'select * from tab'..It is working in Oracle Console..How Can I execute it in VB.net SET markup HTML ON spool INDEX.html SELECT * FROM tab; spool off SET markup HTML off
-
I want to show the query result in Html table view directly.. with this sql statements we can make html table view for 'select * from tab'..It is working in Oracle Console..How Can I execute it in VB.net SET markup HTML ON spool INDEX.html SELECT * FROM tab; spool off SET markup HTML off