04-04-2012, 09:58 PM
Hi,
I am tring to create an array from an specific column (field) in the recordset.
The script works just fine, but there is a warning message telling me that there is a Syntax error...
Can you tell me what is it missing, please?
Thanks!
I am tring to create an array from an specific column (field) in the recordset.
Code:
Arr = rs.GetRows(,,ARRAY(FieldName))
Can you tell me what is it missing, please?
Thanks!