Answered
Recordset syntax
Hi there. I'm having some problems with the proper syntax for
retrieving a recordset.
the normal call dreamweaver generates: <%= (rsOrder.Fields.Item("UserEmail").Value) %>
however I'm looping through an array where the field is represented by a variable. My question is what would the proper syntax be to accomplish this?
thanx ahead of time
the normal call dreamweaver generates: <%= (rsOrder.Fields.Item("UserEmail").Value) %>
however I'm looping through an array where the field is represented by a variable. My question is what would the proper syntax be to accomplish this?
thanx ahead of time
