Thanks for replying !
As it's a HTA tool, i don't have any server side concept.
However, after few more googling i found this and it worked. its a VBScript
ConnStr = "Provider=OraOLEDB.Oracle;" & _
"Data Source=(DESCRIPTION=" & _
"(ADDRESS=(PROTOCOL=TCP)" & _...
I have a HTA tool developed using JavaScript. It connects to backend Oracle database and perform the operation.
DMLs are running fine but PLSQL doesn't run.
Can someone please help me to run a Oracle stored procedure using OLEDB in JavaScript.
For normal sqls , am using below command
`...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.