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


User bc changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|bc                        |oj
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Oct  9 04:45:00 -0700 
2006 -------
I modified my the creation of the query in such a way that the not the actual
value of the filtercondition is conveyed to the querycomposer but its string
representation (conforming to the instructions of
com.sun.star.sdb.XSingleSelectQueryComposer The following query string was then
created:

SELECT "Assets2"."MyBooleanField" AS "MyBooleanField" FROM "Assets2" AS
"Assets2" WHERE ( "Assets2"."MyBooleanField" = "WAHR" )

opening this query  caused the following error message: 
"The data content could not be loaded"
After I manually modified the statement to :
SELECT "Assets2"."MyBooleanField" AS "MyBooleanField" FROM "Assets2" AS
"Assets2" WHERE ( "Assets2"."MyBooleanField" = True )

the query worked fine.
How shall we go on with this issue?
bc->oj: fs suggested to send the issue to you to make a decision



---------------------------------------------------------------------
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