Viewing 11 posts - 1 through 11 (of 11 total)
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....
July 31, 2012 at 11:58 am
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...
September 13, 2007 at 7:14 am
My apologies - I have posted in the wrong section. I have SQL Server 2000, not 2005.
Thank you for your feedback!
September 12, 2007 at 9:44 am
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...
August 14, 2007 at 9:55 am
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....
August 10, 2007 at 12:01 pm
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,...
August 10, 2007 at 9:45 am
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...
August 10, 2007 at 8:44 am
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 <%...
August 10, 2007 at 7:27 am
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...
August 7, 2007 at 10:14 am
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...
August 7, 2007 at 9:30 am
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)...
August 7, 2007 at 8:19 am
Viewing 11 posts - 1 through 11 (of 11 total)