Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: How to determine better performance

    Thanks Grant!

    There should only be a maximum of 10 results per query and it looks like it's much quicker than the Union in all the tests I've done so far....

  • RE: I''''m trying to find a low cost sql reporting tool

    I'd like to thank you all for taking the time to voice your opinions on this subject. It is much appreciated! This is by far the best forum I've ever...

  • RE: I''''m trying to find a low cost sql reporting tool

    My apologies - I have posted in the wrong section. I have SQL Server 2000, not 2005.

     

    Thank you for your feedback!

  • RE: VBScript Object Required error

    Very interesting - much better it seems to work now so much appreciated. Thanks for the explanation - (a lot easier to comprehend than a code snippet)

     

    So the reason...

  • RE: VBScript Object Required error

    I'm pretty sure it's defined properly in my include file - I put an OPTION EXPLICIT at the top of the asp page and still am having the same problem....

  • RE: VBScript Object Required error

    My apologies, the reason the code is doing nothing is because I don't have End Sub

     

    Sub btnSave_OnClick

     dim TheForm,account,comment,revisedComment,fixComment

     Set TheForm = Document.forms("CommentForm")

     account = TheForm.accountNum

     comment = TheForm.skipComments

     revisedComment = Replace(comment,...

  • RE: VBScript Object Required error

    Here is my code - it is a .ASP page. The code comes from my test machine which isn't connected to the network (for testing reasons) so I retyped...

  • RE: VBScript Object Required error

    Thank you for the quick response but for some reason when I set it up this way, clicking the button does nothing.

    I really don't understand the difference between <%...

  • RE: Using Conn.Execute() in an ASP file

    I am customizing and modifying a program that my company has purchased. The only way to get to this page I have created is from a page that already contains...

  • RE: Using Conn.Execute() in an ASP file

    Oh I see...that is a much better way to do that. I never thought of doing a response.write like that. It seems to be working how I want it to...

  • RE: Using Conn.Execute() in an ASP file

    Thanks for the insight on that, I see what the problem is now. Not sure how I'm going to solve it though -

    So I have my notes() array containing notes(0)...

Viewing 11 posts - 1 through 11 (of 11 total)