Click to See Complete Forum and Search --> : Problem in fetching record set values


shanuragu
12-19-2003, 12:23 AM
Hi
I am fetching a record set, I am able to get the record count of that record set , but I am unable to display the record set contents. Why?? No erros.

here is the sample code...

Set objAlbum = Server.CreateObject("SHN.Albums")
Set rsShareDetails = objAlbum.GetShareDetails(CStr(sId))
Response.write rsShareDetails.RecordCount

Response.write rsShareDetails("emailIds")
Please help
shara

slyfox
12-19-2003, 07:16 PM
Try this

Response.write rsShareDetails.Fields.Item("emailIds").Value