Hi
I am trying to call a VBscript function from a Javascript function and I need to pass parameters from Javascript to Vbscript.
I checked google and most of the solutions are related to C# and VB.net .
I am trying to call the vbscript function , using tags
lJudgeScore = <% =...
Hi
I need to change a JPG to BYTE and insert it to SQL database.
I used a function to read the JPG and change it to BYTE using oStream.Read
bData = oStream.Read
Now I need to send this value to my storedprocedure. I need to create a text command like this
l_SQL = " exec...
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.