there is a parameter in the function that is a list. Does anyone know what this is used for? Any code I've seen sets it to null. I can't find any documentation on this.
Dim MaxPrice As Int
MaxPrice = 23
WebView1.LoadHtml(DBUtils.ExecuteHtml(SQL, _
"SELECT ProductId, Name, Price WHERE Name = ? OR Price < ?" _
, Array As String("abc", MaxPrice), 0, True))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.