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
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