Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
The following line will not output anything
aRecSet is a recordset data type where you need to grab the data from fields and display it. If there is more than one row, you then need to interate through the recordset using a MoveNext command to move to the next row. Simply logging the aRecSet object to the log won't do anything.
Log.Message aRecSet
aRecSet is a recordset data type where you need to grab the data from fields and display it. If there is more than one row, you then need to interate through the recordset using a MoveNext command to move to the next row. Simply logging the aRecSet object to the log won't do anything.