- tristaanogreEsteemed Contributor
Sorry, I should mention that the example code is JScript/JavaScript. If you're using VBScript, the syntax and structure is going to change in generating the code. I'm not a VBScript guy... I can struggle through and give you something but I'm not confident enough in my VBScript skills to be a whole lot of help.
- mgroen2Super Contributor
No problem. I will create a new project.
Do I need to select JavaScript or JScript? Or does it make no difference?
- tristaanogreEsteemed Contributor
The syntax I use in the example is generally usable in either.
One thing I just realized... the example I gave isn't going to work because the extension is written in JScript but I'm depending upon an output parameter. So, what you're going to want to do is probably use the method for the record set as documented in the ReadMe I PM'd to you... That will return the actual SQL records in an ADO record set object that you can then traverse and check for content.
I've created a "bug" in my repository to correct this oversight so that folks can get a "rows affected" response if they want... that is, again, a backlog item for me so it might take a bit. In the meantime, the work around I suggested SHOULD work for you.
Related Content
- 3 years ago
- 13 years ago
- 5 years ago
- 5 years ago