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...
Show off your group to the world. Share a photo of your group with us.

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 11968 - 11997 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11968
Hi everybody Does anybody have a suggestion for a simple data access program? I've recently moved from sql 2000 wich I used with access ADP to sql 2005 ADP:...
Niels Bieze
nrbieze@...
Send Email
Feb 1, 2007
3:31 pm
11969
Hi Dave, I do not know what is the user putting in as password. The password itself in the system do not have any invalid character. But I will find out what...
Rahman, Moklesur
moklesurr
Offline Send Email
Feb 1, 2007
11:16 pm
11970
Hi Mokles, ... I think Dave's point is that if you're pre-processing the data at all before you pass it into the ADODB Command, you're probably using a form of...
Shawn K. Hall
shawn_ra
Online Now Send Email
Feb 1, 2007
11:28 pm
11971
Shawn, Thanks for your reply, i have managed to get it sorted, their was a multitue of things, you are correct i had to reassign permissions, copy the...
ian gilchrist
iangilchrist67
Offline Send Email
Feb 2, 2007
11:03 am
11972
Mockles What Shawn has explained is certainly what I was thinking. Would you like to post the code that takes the password and gives it to the stored...
David Smart
smartware_co...
Offline Send Email
Feb 2, 2007
1:39 pm
11973
Hi Shawn, Thanks for your insight. I now understand what you mean. I got some RegExp example on the Internet for this purpuse. I will use the WhiteListing...
Rahman, Moklesur
moklesurr
Offline Send Email
Feb 2, 2007
8:04 pm
11974
Hi list, Does anyone here happen to know of a good CSS forum, be it a newsgroup, Yahoo group, WWW-based message board, or anything else? Should anyone wonder...
Ray at work
ray_at_place
Offline Send Email
Feb 8, 2007
2:12 pm
11975
Ray, A very good list I subscribe to is CSS-D (d for discussion) the link is below: http://www.css-discuss.org/mailman/listinfo/css-d Bob ... From:...
Bob Boisvert
twingirls1999
Offline Send Email
Feb 8, 2007
2:21 pm
11976
"High volume list." That's exactly what I was looking for. Thanks a lot Bob! Ray at work From: active-server-pages@yahoogroups.com ...
Ray at work
ray_at_place
Offline Send Email
Feb 8, 2007
2:32 pm
11977
Hello All: I am having problems with this query and was hoping someone might be able to help. As a forenote: this is ACCESS and not SQL Server, so I am not...
The Mills
montyphython...
Offline Send Email
Feb 9, 2007
3:14 am
11978
Well, to get all products - even those with no bids - you will need to an outer join. But ... I'm not sure how this fits with your wish to get only the maximum...
David Smart
smartware_co...
Offline Send Email
Feb 9, 2007
8:20 am
11979
Just had a bit of a play. I couldn't get an outer join to work. But you don't really need one for this - you just need to find the maximum value for a product...
David Smart
smartware_co...
Offline Send Email
Feb 9, 2007
8:56 am
11980
David: Thank you for the help. This worked great. I hope you weren’t up until 3:49 am thinking about this issue ;-) Thanks Andy _____ From:...
The Mills
montyphython...
Offline Send Email
Feb 10, 2007
1:04 am
11981
Glad it worked. No I wasn't up at 3:49 AM - that was time zone differences at work. I sent it at 7:49 PM. Regards, Dave S ... From: "The Mills"...
David Smart
smartware_co...
Offline Send Email
Feb 11, 2007
7:38 am
11982
Hi All, i have one asp page (Page1) where i am showing some data in a table.there is a column in this table which is a hyperlink , when user click on the link...
anurag sharma
anurag_3dec
Offline Send Email
Feb 12, 2007
3:34 am
11983
Hi Anurag, ... What you'll need to do is set it up so that the opening window (the window which has the original link that allows the user to open the 'add'...
Shawn K. Hall
shawn_ra
Online Now Send Email
Feb 12, 2007
4:13 am
11984
I'm a web designer much more comfortable in XAMP architectures than in dot-net. But, I'm now presented with a client who runs dot-net on their web servers....
Ian Smithdahl
iansmithdahl
Offline Send Email
Feb 12, 2007
8:57 pm
11985
I need to initiate a VB function to look for a value in a database. If the value is null or blank I want to wait for a given time and check again. I can do...
Madòrick
madorick
Offline Send Email
Feb 18, 2007
3:29 am
11986
Hi Madòrick, ... If it must be server side you can use something like: ' make "nWhen" five seconds from now nWhen = dateadd("s", 5, now) ' now loop until "now...
Shawn K. Hall
shawn_ra
Online Now Send Email
Feb 18, 2007
6:11 am
11987
Yes this would effectivly create a timer but, would also be burning cycles and if there were 100 people using this site, this would burn most of the processing...
Madòrick
madorick
Offline Send Email
Feb 18, 2007
7:15 pm
11988
Does anyone here happen to know of a good SQLServer forum, be it a newsgroup, Yahoo group, WWW-based message board, or anything else? I have 5 databases on...
lhmacfarland
Offline Send Email
Feb 19, 2007
9:09 pm
11989
Can you see either of them in enterprise manager? stu [Non-text portions of this message have been removed]...
Stuart Steele
stuartdsteele
Offline Send Email
Feb 20, 2007
2:33 pm
11990
Hi Lynn, You can backup the databases and resore them on the new server. You have not mentioned what version of Sql Server you are using, although it seems you...
Rahman, Moklesur
moklesurr
Offline Send Email
Feb 20, 2007
7:04 pm
11991
Thank you both. Yes, I was thinking "copy" and not "backup". A full backup and restore will work. Thank you for putting my overworked mind in the right...
Lynn MacFarland
lhmacfarland
Offline Send Email
Feb 22, 2007
3:08 pm
11992
The old server was ASP and I have 2 mail applications: Comment and SendMail using CDONT. The new server is ASP.NET. The ASP still works with the exception of ...
lhmacfarland
Offline Send Email
Feb 22, 2007
3:39 pm
11993
Hello Guys: I was hoping someone could help me with this query. I will be very grateful if anyone is able to help. I am doing a website for our local Rotary...
Kim and Andy Mills
montyphython...
Offline Send Email
Feb 24, 2007
10:18 pm
11994
with any luck you've three tables users items bids bids table has UID UserID ItemID Amount Timestamp So what you actually want to do it is type in a number and...
Stuart Steele
stuartdsteele
Offline Send Email
Feb 25, 2007
4:43 pm
11995
Hi, You do not have any join for the User table. Probably it will join with the Bids table. So, in the From clause, use something like: U.UserId = B.UserId ...
Rahman, Moklesur
moklesurr
Offline Send Email
Feb 26, 2007
2:20 pm
11996
I found this wonderful scrip for Classic ASP on codebeach.com, but would like to make a change to it and I'm stumped. The script takes an RSS feed and writes...
Malcolm
malcomalco
Offline Send Email
Mar 3, 2007
5:29 pm
11997
Hi Malcolm, ... The easy way would be to use a counter inside and "exit for" when the counter meets your value. If it never makes it that far (four items and ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 5, 2007
11:11 am
Messages 11968 - 11997 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