Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5078 - 5107 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5078
Double quotes shouldn't affect an SQL string, as string delimiters in SQL (for SQL Server at least) are single quotes, or apostrophes. To escape our...
Powderhill, Daniel
danaspelite
Offline Send Email
Apr 1, 2003
8:40 am
5079
Hi All, I'm new to the list and to ASP in general. Can anyone tell me of an easy way to interrogate three search engines at once and direct the response into...
Julian
ananglosaxon
Offline Send Email
Apr 1, 2003
11:22 am
5080
OK, a picture is worth 1000 words? Here is the dev site http://204.116.141.10/triad4wda/ I set up a user.so you can try it to see what I mean. User: asptest ...
WB Carver
WebbTrixx
Offline Send Email
Apr 1, 2003
12:17 pm
5081
... View the source for http://204.116.141.10/triad4wda/modprof3.asp and it has <INPUT type="hidden" id=PersNotes name=PersNotes value="There is no such thing...
Adrian Forbes
aidy_forbes
Offline Send Email
Apr 1, 2003
12:27 pm
5082
Yep - that's an HTML problem, not SQL. As Adrian suggested, do a replace to replace double quotes with "&quot;" before storing it in the hidden input element. ...
Powderhill, Daniel
danaspelite
Offline Send Email
Apr 1, 2003
12:54 pm
5083
Dear Group I have a small query. We have an online bids page where once submitted it will be sent out as a HTML email. It has some text boxes and list boxes....
ILyas
iluilyas
Offline Send Email
Apr 1, 2003
2:15 pm
5084
Help I converted all my pages into dynamic. I removed & deleted all the subfolder with old static pages. How can I redirect all requests for the subfolders to...
Gaycheck, Maria L
rgaycheck
Offline Send Email
Apr 1, 2003
6:17 pm
5085
Use a custom 404 page. I read your message, by the way. Ray at work ... ********************************************************************** This email and...
Costanzo, Ray
rcostanzo@...
Send Email
Apr 1, 2003
6:21 pm
5086
Hello All: I have fought through several problems but have encountered the following error. Can anyone advise as to a solution? Thanks Jesse ADODB.Recordset...
Jesse Ackerman
jackx135
Offline Send Email
Apr 1, 2003
6:52 pm
5087
In IIS setup a redirect for the directory... ... Help I converted all my pages into dynamic. I removed & deleted all the subfolder with old static pages. How...
Brian Hitney
bhitney@...
Send Email
Apr 1, 2003
6:56 pm
5088
Jesse, It might be that you're query passes a string (Location_Parcel_ID = '" & strParcelID & "') but your database field is an Integer/Number field. Try...
michael_jackson@...
maj4267
Offline Send Email
Apr 1, 2003
7:01 pm
5089
A while back, someone on this forum suggested the Dictionary object to me for a design problem I was having. This is my first use. However, I cannot get it...
tw3
derrywatcher
Offline Send Email
Apr 1, 2003
10:17 pm
5090
All is well if I do " UpdateBOM PageBOMDetailsRS("Description").Value" instead of " UpdateBOM PageBOMDetailsRS("Description")". I don't know whether to be...
tw3
derrywatcher
Offline Send Email
Apr 2, 2003
12:38 am
5091
What is "db" on that line? ... From: Jesse Ackerman [mailto:jackx135@...] Sent: 01 April 2003 7:53 To: active-server-pages@yahoogroups.com Subject: [ASP]...
Adrian Forbes
aidy_forbes
Offline Send Email
Apr 2, 2003
8:25 am
5092
Yes, I've been bitten by similar in the past. If you were to pass that to something that expects a string value, then it would evaluate ...
Adrian Forbes
aidy_forbes
Offline Send Email
Apr 2, 2003
8:28 am
5093
Thanks all - esp Adrian for getting me pointed in the right direction, The answer was to Replace the Double quote with &quot; The missing ingredient was Had...
WB Carver
WebbTrixx
Offline Send Email
Apr 2, 2003
12:51 pm
5094
The reason it was a problem was not to do with the insert statement, but to do with your hidden field. Basically you had a hidden field with a value with...
Powderhill, Daniel
danaspelite
Offline Send Email
Apr 2, 2003
1:01 pm
5095
Jesse, In the email your where statement is broken into two lines. Is this the way it is in your code? If so, you need a _ at the end of the first line. ...
Williams, Peggy
aarrgghh12345
Offline Send Email
Apr 2, 2003
3:24 pm
5096
I have a dilemma. I am trying to set up a site that contains various applications or subsites. There is a global username/password database and the login...
Levi
lwallach
Offline Send Email
Apr 2, 2003
5:03 pm
5097
Hello Guys I have been charged with converting an Access application that uses Queries into Stored Procedures on our SQL Server. On some of the Access...
Andy Mills
armst13us
Offline Send Email
Apr 2, 2003
5:08 pm
5098
I don't think I was perfectly clear. The problem is that I want to keep the different sites/apps in different directories. I could even combine everything on...
Levi
lwallach
Offline Send Email
Apr 2, 2003
5:20 pm
5099
What fields are included in your query. Are the fields based on one table, multiple tables, etc.? What do you want the query to do in the stored procedure? ...
Turner, Alice
aturner1951
Offline Send Email
Apr 2, 2003
6:04 pm
5100
Hi, My name is Nancy,and I just joined in hopes and prayers, someone can help the moderator owner and myself her trusty co-moderator with a Group Database...
Nancy C.
pintosandpaints
Offline Send Email
Apr 3, 2003
2:39 am
5101
hi what does "db" contain? the way u r writing the query seems to be correct. how r u opening the connection? there must be sumthing wrong with? ... ...
Neetu Rastogi
neeturastogi@...
Send Email
Apr 3, 2003
4:47 am
5102
... Any change you could post the whole query? I'm struggling to get the context and if this is an assignment or an evaluation....
Adrian Forbes
aidy_forbes
Offline Send Email
Apr 3, 2003
8:42 am
5103
Am I right in thinking you are having problems with the "Database" function of YahooGroups? If so then the servers are something they control and there isn't...
Adrian Forbes
aidy_forbes
Offline Send Email
Apr 3, 2003
8:45 am
5104
Thanks for your replies. The question concerning the db argument was in the correct direction. db comes from my connection which is in an "include" file: Dim...
Jesse Ackerman
jackx135
Offline Send Email
Apr 3, 2003
1:45 pm
5105
U still havent answered my query - is Location_Parcel_ID a text fld or a Number (int,double) fld? ILyas ... From: Jesse Ackerman [mailto:jackx135@...] ...
ILyas
iluilyas
Offline Send Email
Apr 3, 2003
1:57 pm
5106
Yes it is the Database function in Yahoo groups BUT yahoo doesn't seem to be able to fix the problem so I was hoping that some help could be found else where....
Nancy C.
pintosandpaints
Offline Send Email
Apr 3, 2003
5:22 pm
5107
I have this code: 'add record to the Detail Table rs1.addnew rs1("Link") = Request.QueryString("link") rs1("LoadNumber") = Request.QueryString("Load") ...
Scott
juxsterpoz
Offline Send Email
Apr 3, 2003
5:42 pm
Messages 5078 - 5107 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help