I’m trying to serialize a SQL query in Classic ASP to a json object and I have found some great code that helps me achieve that but where my issue comes in is I then need to manipulate the output that is returned by the QueryToJSON(cmd, arParams).Flush I need to take the value and add some string / text to
Tag: asp-classic
operation not allowed when the object is closed when running more advanced query
When I try to run a more advanced SQL query on an ASP page I get this error: operation not allowed when the object is closed When I run this code it’s working: But when I run this code (and this code is working if I run it in Microsoft SQL Server Management Studio), I get the error… This is