SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 12th, 2004, 06:57 AM
Takeshi Takeshi is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 7 Takeshi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy SQL Query is wrong..... but why?

<code>

Dim queryString As String = "UPDATE [Auction] SET [Auction].[Status]='Open' WHERE ([Auction].[End_Date] <= #" & DateTime.now & "#)"
</code>


I run that on an msaccess database i have and it set's every record to closed, although only 2 are befor today so they should be the only ones closed.

The DateTime.Now is correct as i have output it to a label and it is correct.

Does anyone know what the problem could be?

I have also tried this




Dim queryString As String = "UPDATE [Auction] SET [Auction].[Status]='Closed' WHERE (Select [Auction].[Auction_ID] From [Auction] Where ([Auction].[End_Date] <= #" & DateTime.now & "#))"


but this gives an error of "At most one record can be returned by this subquery"

I am completely lost.

Any help is greatly appreciated

thx mat

Reply With Quote
  #2  
Old April 12th, 2004, 09:52 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
Click here for more information.
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,781 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 45 m 55 sec
Reputation Power: 470
what database are you using?
try this
Code:
Dim queryString As String = "UPDATE Auction SET Status = 'Open' WHERE End_Date <= '" & DateTime.Now & "'"

Reply With Quote
  #3  
Old April 12th, 2004, 10:09 AM
Takeshi Takeshi is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 7 Takeshi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile thx

Was an access database. I fixed the problem. I looked at other posts containging date problems and it seems
that access stores dates one way and requires u to search with sql another way :s.

If any1 else is having trouble with a similar problem i will happily post my code

thx mat

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > SQL Query is wrong..... but why?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT