[ psqlodbc-Bugs-1000699 ] Problem creating TableAdapter with WHERE parameter

[ psqlodbc-Bugs-1000699 ] Problem creating TableAdapter with WHERE parameter

am 05.08.2006 01:51:31 von noreply

Bugs item #1000699, was opened at 2006-08-04 20:51
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10006 99&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Adriano Bonat (adrianob)
Assigned to: Nobody (None)
Summary: Problem creating TableAdapter with WHERE parameter

Initial Comment:
I'm having problem when creating a TableAdapter (via TableAdapter Wizard), I build a query using Query Builder like this:

SELECT id, name
FROM "public".cc_projects
WHERE (id = ?)

executing the query runs fine, asking me the value of '?' and returning the selected data. I continue the process leaving 'Fill' and 'return DataTable' marked, when the wizard start to generate the code, it throws this error:

The wizard detected the following problems when configuring the TableAdapter: "Fill":
Details:
Generated SELECT statement.
ERROR [42601] ERROR: syntax error at or near ")";
Error while executing the query

If I put a fixed value in the query, like 'id=1' it works fine.

Follow attached a zipped file with 2 log files that could help you, any other information that you need, just ask me.

Thanks.

------------------------------------------------------------ ----------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10006 99&group_id=1000125

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match