I am sorry to have given you some back code. Please change the previous statement of

1) Array format = oRS.GetValues
2) String format = oRS.GetString

to

1) Array format = ors.GetRows
2) String format = ors.GetString

Sorry about that.