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 5th, 2004, 12:26 PM
victor victor is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 9 victor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Too few parameters. Expected 1. What does it mean?

I have a Access database on a tomcat server. Normal database operations works just perfect, so I don't think there is anything wrong with the connection. My problem is two sql querys that both give me the same error: Too few parameters. Expected 1.

When i run them in Access alone, I get what I want... What is the problem?

SELECT Dep.DeptName, Dep.Owes, COUNT(Car.OutTo) AS CarsOut, SUM(Car.Cost*((Today.Date-Car.OutOn)+1)) AS Liability, Dep.Owes+Liability AS Total
FROM Today, (Dep INNER JOIN Emp ON Dep.DeptName=Emp.DeptName) INNER JOIN Car ON Emp.Name=Car.OutTo
GROUP BY Dep.DeptName, Dep.Owes
HAVING ((Dep.DeptName)<>"It")

SELECT Car.CarNr, Car.Make
FROM (CanTake INNER JOIN Emp ON CanTake.Name = Emp.Name) INNER JOIN Car ON CanTake.Make = Car.Make
WHERE (((Car.Make)=[CanTake].[Make]) AND ((CanTake.Name)=[Emp].[Name]) AND ((Car.OutTo) Is Null) AND ((Emp.Name)=[Jenny]));

Just an other problem: When running the last query in access, why do i have to type in the Emp.Name in a "popup" form asking for parameter value? Doesn't Emp.Name = Jenny do the trick? When i remove that last criteria i get the whole list, so it got to do something right..

Last edited by victor : April 5th, 2004 at 11:23 PM.

Reply With Quote
  #2  
Old April 6th, 2004, 04:05 AM
victor victor is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 9 victor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have solved the problems

SELECT Dep.DeptName, Dep.Owes, COUNT(Car.OutTo) AS CarsOut, SUM(Car.Cost*((Today.Date-Car.OutOn)+1)) AS Liability, Dep.Owes+Liability AS Total
FROM Today, (Dep INNER JOIN Emp ON Dep.DeptName=Emp.DeptName) INNER JOIN Car ON Emp.Name=Car.OutTo
GROUP BY Dep.DeptName, Dep.Owes
HAVING Dep.DeptName <> 'It'

and

SELECT Car.CarNr, Car.Make
FROM (CanTake INNER JOIN Emp ON CanTake.Name = Emp.Name) INNER JOIN Car ON CanTake.Make = Car.Make
WHERE Car.Make = CanTake.Make AND CanTake.Name = Emp.Name AND Car.OutTo Is Null AND Emp.Name = 'Jenny'

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Too few parameters. Expected 1. What does it mean?


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