
February 16th, 2003, 08:59 PM
|
 |
Contributing User
|
|
Join Date: Oct 2002
Location: Charlotte, NC
Posts: 114
Time spent in forums: 1 m 33 sec
Reputation Power: 6
|
|
ASP / MS SQL Error
Hi!
I am having a serious issue that I really don't understand. I have gone over this asp page a hundred times. But for some reason it keeps dieing on me.
Attached to this post is the asp page that is givin me the error. For security reasons I will not attach the connection page as it is using a DSN less connection therefor the username information in included to the SQL database.
In this case if you un-comment line 100 then the script will NOT show up the feild rsArticles("BODY") located on line 115! What the hell is goin on! I have 4 pages that are all doing the same thing!
This is recent because I am moving from an access database to an SQL database. But everything else seems to be working fine on the SQL but that!
The BODY feild is a WCHAR field with a hudge character range. If i create a lone asp page showing ONLY the BODY feild the text will show up!
Also, if you leave line 100 commented the text in BODY will show up. But if you un-comment it the text will disapear...
PLEASE HELP!
|