On Apr 3, 2007, at 8:06 PM, bd wrote:

> I get the following cryptic message:
> Database Execution failed with response: Incorrect number of bindings
> supplied. The current statement uses 0, and there are 1 supplied.
> SQL: select "project",
>        "subtask",
>        "task",
>        "work",
>        "id"
>   from "working_time"
>  where dat = '%s'
>  limit 1000
>
> I dont understand why the statement uses 0 parameters.

        Try setting the where parameter without the quotes: where dat = %s

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to