Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Commerce Server Solutiionsites > Property record...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 224 of 307
Post > Topic >>

Property recordset all mixed up in product.asp

by "Mark" <mthomas@[EMAIL PROTECTED] > Feb 24, 2005 at 11:30 AM

I recently copied over a heavily modified CS2002 site based on retail.
Pages, data, everything was moved to another server.

Upon accessing product.asp, almost all the fields in the recordset are
not matching the associated values. For example, "description" is
holding "image_filename", and "catalogpagenumber" is holding
"description"!

I proved this theory by using the following sample code. I have no idea
how this is happening, or how to fix it. Any thoughts?

	on error resume next
	for i = 0 to rsproperties.fields.count - 1
		if UCase(rsProperties.Fields(i).name) <> "TIMESTAMP" Then
			response.Write rsProperties.Fields(i).name & " = " &
rsProperties.Fields(i).value & "" & "<br />"
			if err.number > 0 then response.Write err.Description & "<br />"
			err.Clear
		End if
	next
	response.end
 




 2 Posts in Topic:
Property recordset all mixed up in product.asp
"Mark" <mtho  2005-02-24 11:30:52 
Re: Property recordset all mixed up in product.asp
"Mark" <mtho  2005-03-04 07:30:51 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 16:35:30 CST 2008.