sql - Javascript ADO command object records affected -


i want change existing javascript adodb.command.execute() return number of records affected command. here initial attempt:

var lngrecs = 0;  cmdtemp.execute(lngrecs, , );  

this code did not interpreted/compiled successfully. having trouble finding javascript examples using records affected property ado command object. also, command text sql currently. looking change use stored procedure. previous post states records affected property may returned in record set. prefer not working recordset.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -