Returns the values for the selected column from each row of the result set, as a delimited list
The delimiter to use
The SQL
(no description)
What type of quotes to use for each element, if any. Any quotes inside the element will be escaped.
Print the SQL statement before attempting to open the Recordset
Don't print any error message if an error is thrown, just return Null
1 2 | v = xf.DbConnect.ReturnSingleColumnAsDelimList( "SELECT TOP 5 ProductName FROM Products" , ";" ) Chai;Chang;Aniseed Syrup;Chef Anton 's Cajun Seasoning;Chef Anton 's Gumbo Mix |