How to get result from TSQL to JavaSCript using old classic ASP page ?
We use classic ASP page
there is below vbscript code where :
1) invoiceResult is VB Array
2)invoiceSql : stored proc on SQL server
3) ricoh is company library which I cannot change ( no accsess)
invoiceResult = ricoh.storedproc(invoiceSql
Question I need javascript array instead off vb6
Does not matter how I get it.
Can I transform somehow bv6 array to javascript array?
Or Can I use Ajax to get SQL data from classic ASP?