Hi all,
I'm having a problem with a recordset that returns one record. I want it to return one record but when I go to read that value like this:
myVariable = objRS("numb"
I get an error stating that the recordset was at the BOF or EOF and it doesnt work. I cant read the value, but if i do a objRS.RecordCount on it, it will return a positive one. Therefore the record is there, but I cant read from it.
I created a program in VB, and it works fine in VB, I can read the value and so forth but when I do the same code in ASP (VBScript) it doesnt want to work.
Any ideas?
shorty
I'm having a problem with a recordset that returns one record. I want it to return one record but when I go to read that value like this:
myVariable = objRS("numb"
I get an error stating that the recordset was at the BOF or EOF and it doesnt work. I cant read the value, but if i do a objRS.RecordCount on it, it will return a positive one. Therefore the record is there, but I cant read from it.
I created a program in VB, and it works fine in VB, I can read the value and so forth but when I do the same code in ASP (VBScript) it doesnt want to work.
Any ideas?
shorty