When I run my query it gives me that result. I want to add one more variable Notes into it. Here maxine has 3 Ace Award with 3 different notes (Means three ...
Kathy Iwasik
girl_moon_godess@...
Jul 5, 2006 3:59 pm
11661
[cross-posted] Hi all, I just had a meeting this week with a prospective client, has who evidently (and legitimately) been shopping around. They asked why I...
This is an SQL question, not an ASP question. You might get a better answer on an SQL list. To do what you want, you'd need the text equivalent of the Sum...
My feelings are two parts: 1). As long as Microsoft supports it, as they might start releasing servers that will not support classic ASP. As with the newer ...
Is it possible to make a user-defined function and have it available to all scripts on the machine? I have a few that I use quite a bit, and would like to...
Chris: What I have done for this is create a file called GlobalFunctions. Then: simply include that on every page that will need access to the functions. Or...
I hear you, Andy. 1 definitely make sense. With 2 - from my experience, most customers just don't care, as long as you get the job done! This particular...
Thanks. I do use includes to get the functions, and was just hoping there was something else I could try. ... [Non-text portions of this message have been...
Just my 2 cents: Classic ASP died as soon as ASP.NET 1.0 was released. Microsoft will support Classic for a long while yet just for the backwards compatibity...
I'm hoping for 3 more years. I do mostly customizing of medium biz applications and the vendors don't seem to be in a rush to go to .NET. Plus, there's the...
Hi there: I have down loaded a sample file that upload files. However, on my local machine using localhost as the server it works fine. But when I move the...
Hi Andy, ... Server-side code is never transmitted to thee client - only the output is. Functions that are never called (even if they have mixed-context ...
I take issue with some of these statements. Don't take this personally, Pogo, it is not intended as an attack, you just happened to bring up several common...
Hi, My name is Andy, Im a long time Access and VB developer, but am rather new to ASP. I have a page I am working on that has 2 <SELECT> drop down boxes. First...
I won't take the statements personally, Shawn. But I will defend my thoughts. =) RE: 'Classic ASP died as soon as ASP.NET <http://asp.net/> 1.0 was ...
If your serious about putting global funcions on your site, you sould look at moving the code to a dll/Com object. i did this for couple of projects and the...
Hi Folks I just had a site hacked, and it seems like the folks did some SQL injection to get in thru the front door - the admin access form. With the sql...
Hi, This works fine on your local machine as this file is located in the same path as you are the client and the server. Whereas, if you are trying to load...
Andy: This can be done one of two ways, depending upon your preference. I have used both, and have seen both used. One is to set up the first select box to...
It all depends on what pre-processing/validation you are doing on x_user and x_password before incorporating them in the SQL statement. Unless you are...
Hi Dave, Until now, actually, all I had there was a trim :( ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On...
Hi Moshe, ... This ought to work: Put anything in the username box and this for the password (the stuff between the doublequotes): "' OR 1=1 OR ''='" Regards, ...
Wide open. :-) At the very least, you need to reject quotes, parentheses, equals signs, commas, spaces. But far better is to define a subset of characters...
Dan - what do you mean by parameterized queries? thanks ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of...