Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record column value to String?

Status
Not open for further replies.

Cheech

Technical User
Nov 6, 2000
2,933
EU
I am trying to put the value of a column from a query into a string. I am using the code below in an ASP page that only runs VBscript on the server. This page is an update page populated from the detail page, so I know that the record is valid.
But I keep getting the BOF or EOF or record deleted message?

Any one had this before & solved it or can tell me what I am doing wrong......

strconf = rsUpdate.Fields.Item("1_conf").Value
I dont want to go to Chelsea!!!
 
Have you done a SELECT yet? If so, does it find a record?

It is falling over because, as the error says, there is no record found, so I would start by finding out why. Steve Davis
hey.you@hahaha.com.au
 
Have you done a SELECT yet? If so, does it find a record?

It is falling over because, as the error says, there is no record found, so I would start by finding out why.

Steve Davis
hey.you@hahaha.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top