Hmm... looking at your code nothing jumps out at me. I'm assuming it's the following line which is causing you problems?
strsql = "SELECT * FROM [tblNews] WHERE [newsID]=" & tid You're not setting / getting the title variable in any of the includes or anything like that are you? I take it you've checked the data in the database itself? Sounds obvious I know. Dan -----Original Message----- From: Moshe Tapnack [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 15:17 To: [EMAIL PROTECTED] Subject: RE: [ASP] Weird RS issue! Good question. I haves pasted the whole code into a page, over here: http://torah-edu.org/chavaya/test/edit.asp Obviously the cool indentations tc have been erased... :( But hopefully you'll get the idea. Thanks Dan. -----Original Message----- From: Dan Powderhill [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 2:20 PM To: [EMAIL PROTECTED] Subject: RE: [ASP] Weird RS issue! What's your code, and your SQL statement? Dan -----Original Message----- From: Moshe Tapnack [mailto:[EMAIL PROTECTED] Sent: 28 November 2004 22:01 To: [EMAIL PROTECTED] Subject: [ASP] Weird RS issue! Hi all I'm experiencing a very strange issue here - with a single record in a record set. When the entire table content is listed - all's cool. But when one specific record is accessed - the title field shown is from a different record, but the content field - is from the correct field. Just to be clear - there are not even and rs.movenext anywhere.... There MUST be a problem in my code somewhere, but I just cannot find it..... The same scripts works excellent on a different site... Any ideas what the heck this can be?? Thanks! Moshe --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
