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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11449 - 11478 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11449
This info from Sybase and not checked on Access, but it should presumably work ... You need a sub-select in the where clause that selects the highest bid for...
David Smart
smartware_co...
Offline Send Email
Apr 1, 2006
10:31 am
11450
John: Thanks, but unfortunately I am unable to use a MAX function, as the other SELECT criteria are not part of an "aggregate function." Thanks Andy ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Apr 3, 2006
12:01 pm
11451
Dave: Thanks for the help. This sure does help in a big way. I appreciate the time you took to help with this. Thanks Andy ________________________________ ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Apr 3, 2006
12:12 pm
11452
I'm new to asp .net.... I have a database with fields indicating which pages/functions that a specific user should have access to. What is the best method to...
charleeeebrown
Offline Send Email
Apr 3, 2006
10:36 pm
11453
Hi, i have this error message. Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error in FROM clause. /emovie/approved.asp, line 49 My coding is...
niezzam6177
Offline Send Email
Apr 4, 2006
3:16 pm
11454
You should probably do a "response.write MySQL2" and see what statement is that is being run on the engine. You may spot the problem right away. ... [Non-text...
Chris Hagwood
chris_hagwood
Offline Send Email
Apr 4, 2006
3:22 pm
11455
I have a set of ASP pages which generate a list from two Access 2003 dbs, and display it. When I put copies of the pertinent files on either of two hosted...
Michael E. Etchison
etchisonmichael
Offline Send Email
Apr 4, 2006
11:27 pm
11456
My guess is that your reserveid variable is empty, but as Chris suggested, you need to response.write out the SQL statement and see exactly what is being run...
Dan Powderhill
danaspelite
Offline Send Email
Apr 5, 2006
8:00 am
11457
I'm using ASP JavaScript and have this problem. In the database MyRs ("Title") = "Final Destination". But after running the code below textbox value is "Final"...
niezzam6177
Offline Send Email
Apr 5, 2006
10:18 pm
11458
Thanks for the reply. The problem is because of the folder permission not set to write. It works fine now. Thank you!...
niezzam6177
Offline Send Email
Apr 5, 2006
10:20 pm
11459
Do a view source and you'll see <input type=text name=newtitle size=25 value=Final Destination> You need to enclose the value in quotes, or the browser will...
Ray at home
ray_at_place
Offline Send Email
Apr 5, 2006
10:36 pm
11460
Hi I am really new to ASP and just can't seem to grasp it. I would very much appreciate any help anyone can give me. Basically I have the following page, ...
tyler_troy25
Offline Send Email
Apr 9, 2006
12:02 pm
11461
This is ASP 101. Download a tutorial or two and work through them. Regards, Dave S ... From: tyler_troy25 To: active-server-pages@yahoogroups.com Sent:...
David Smart
smartware_co...
Offline Send Email
Apr 9, 2006
1:24 pm
11462
I'd advise taking a look at Charles Carroll's ASP introductory lessons at: http://www.learnasp.com/learn/newbie.asp Dan ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Apr 10, 2006
7:52 am
11463
hi, when the session expired, i got the Exception error, how to avoid it.Then how to catch exception like java in asp. plz help me ... Yahoo! Messenger with...
bharani dharan
bharanidharank
Offline Send Email
Apr 10, 2006
11:38 am
11464
You haven't told us what error you're getting, or shown us the code which is causing the error, both of which we need to know to help you any further. For...
Dan Powderhill
danaspelite
Offline Send Email
Apr 10, 2006
12:59 pm
11465
I'm having problems with a asp page / query which retrieves articles from a table where the date is less than or equal to now (ie. the date is a past date, or...
Graeme Wilson
gnwilson2001
Offline Send Email
Apr 11, 2006
1:23 pm
11466
I'm having trouble getting to the bottom of what you're doing, but a few things stand out as needing to be looked at. Firstly, please do a response.write of...
David Smart
smartware_co...
Offline Send Email
Apr 11, 2006
2:29 pm
11467
The following SQL works fine on both the test server and webhost: strSQL = "SELECT ArticleID, ColumnID, ArticleTitle, ArticleSubTitle, ArticleSynopsis,...
Graeme Wilson
gnwilson2001
Offline Send Email
Apr 12, 2006
12:18 am
11468
Hi, ... few things stand out as needing to be looked at. I'll upload the entire page to the files section. ... include that as well as the original code. Test...
Graeme Wilson
gnwilson2001
Offline Send Email
Apr 12, 2006
12:21 am
11469
In your two SQL response.write's you have dates of #4/12/2006# and #12/04/2006# so one is presumably looked at as a December date while the other is looked at...
David Smart
smartware_co...
Offline Send Email
Apr 12, 2006
10:57 am
11470
Passing off the Now() call to the database server will eliminate the confusion, as the database server is parsing both sides of the <=. I can't remember...
David Smart
smartware_co...
Offline Send Email
Apr 12, 2006
11:07 am
11471
Good afternoon group. I realize this may be a bit off topic, but I think this question may be useful for the rest of the group (as well as myself). I am ...
mtstocke
Online Now Send Email
Apr 12, 2006
1:47 pm
11472
hi friends, i am doing a small project in asp environment, in that i want to get the photos from the customers and stored into database, atlast i want to...
bharani dharan
bharanidharank
Offline Send Email
Apr 12, 2006
3:39 pm
11473
Certainly. Please post the code you have and point out what is not working. Regards, Dave S ... From: bharani dharan To: active-server-pages@yahoogroups.com ;...
David Smart
smartware_co...
Offline Send Email
Apr 12, 2006
9:30 pm
11474
Hi, Can't help with "Contribute", but if you are happy with an open source option you could consider FCKeditor ( http://www.fckeditor.net/ ) ... it works...
Graeme Wilson
gnwilson2001
Offline Send Email
Apr 12, 2006
10:09 pm
11475
Thanks for your assistance David. It is much appreciated. Kind Regards, Graeme Wilson...
Graeme Wilson
gnwilson2001
Offline Send Email
Apr 12, 2006
10:09 pm
11476
I don't know how soon you are thinking of, but this is a direction I am considering for my business server. I am in the middle of installing the software but...
Ray Brown
madorick
Offline Send Email
Apr 13, 2006
12:33 am
11477
hi friends, Mon JanFeb Mar Apr MayJun JulAug SepOct NovDecDay 1 2 345 6 7 8 91011 12 13 141516 1718 19 20 212223 24 2526 2728 29 30 31 Year 1970 197119721973...
bharani dharan
bharanidharank
Offline Send Email
Apr 13, 2006
6:36 am
11478
You need to specify a default value in the table design within MS Access... If you look at the field options in the design table window, there's a default...
Dan Powderhill
danaspelite
Offline Send Email
Apr 13, 2006
7:42 am
Messages 11449 - 11478 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