Dylan Greene dot com

May contain nuts.

I just don't understand...

October 5, 2003 10:39 PM

I've been stuck on this bug for way too long:

I have a stored procedure that is just a simple query. When I try to write out certain ntext values more than once, nothing happens after the first time.

response.write g_rs(blogText)
Foo (correct output)

response.write g_rs(blogText)
(nothing is returned, inncorrect output)

In addition, if I write out certain other values before blogText, blogText is empty the first time I look at it.

response.write g_rs(commentCount)
14 (correct output)

response.write g_rs(blogText)
(nothing is returned, inncorrect output)

Why is this happening? If I don't use a stored procedure it works fine.

Comments

Yes , I have the same problem. No idea why it doesn't work

welcome to the club I can send you a bunch of my bugs , go figure them, and tell ya, it is not just fun and game solving theis continues errors

Your Comments
Name:
Email address (optional):
Home page, blog, or journal (optional):
Comments:

Related Posts

Category: My Blog
Category: Bugs