To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77635





------- Additional comments from [EMAIL PROTECTED] Mon Jul 23 08:34:34 +0000 
2007 -------
there's three problems here:

First, OOo doesn't recognize parameters in the SELECT's column list in a sub
query, and thus doesn't open the parameter dialog. This is easy to fix.

The second problem is about column names. Seems that HSQL doesn't really give
the parameter column a name, the ":PASSIT" you see when opening the inner query
comes from OOo. This can (and must) be worked around by giving the parameter
column an alias, e.g. SELECT :PASSIT AS PIT FROM "Table1". Of course, you need
to change the outer query to
  SELECT * FROM "Table1", "Query1" WHERE "Table1"."ID" = "Query1"."PIT"

Third, executing this query then gives an empty result set. Hmm. I'm not yet
sure where this comes from.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to