<!--#include file="JSON_latest.asp"--><!--#include file="JSON_UTIL_latest.asp"--><%QueryToJSON(dbconn, "SELECT name, surname FROM members WHERE age < 30").Flush%>
Microsoft VBScript runtime
error '800a01a8'
Object required: 'dbc'
/json/JSON_UTIL_latest.asp, line 4
I then dug around in the file mentioned in orange, and noticed that there is no line like Set dbc = Server.CreateObject ("ADODB.Command") - which I would imagine is required to make this code work.
Any ideas would be greatly appreciated.
Regards
Steve