I am trying to run a query with two parameters something like this:
question = SQL1.ExecQuerySingleResult2("SELECT question FROM trivia where ID = ? and category = ?",Array As Object(NewNumber,category))
But I am not having any luck. Any help would be greatly appreciated.
question = SQL1.ExecQuerySingleResult2("SELECT question FROM trivia where ID = ? and category = ?",Array As Object(NewNumber,category))
But I am not having any luck. Any help would be greatly appreciated.