Sub ExecuteMemoryTable(SQL As SQL, Query As String, StringArgs() As String, Limit As Int) As List
SQL - your SQL object. It is already defined in the DBUtils class.
Query - your query
StringArgs() - an array of the arguments for your query fields
Limit - the number of rows you want to receive. Pass 0 if you want them all.
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.