To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69460
------- Additional comments from [EMAIL PROTECTED] Mon Sep 11 09:41:03 -0700
2006 -------
Found the workaround for this:
sub onQiQ_2_testStatement( oEv )
dim conn
dim stmt
dim rs
dim oSingleQueryAnal
print oEv.Source.Model.Parent.Command
conn = oEv.Source.Model.Parent.ActiveConnection
stmt = conn.CreateStatement
stmt.EscapeProcessing = TRUE
oSingleQueryAnal = conn.CreateInstance(
"com.sun.star.sdb.SingleSelectQueryAnalyzer" )
oSingleQueryAnal.setQuery( "SELECT Q1.*, Q2.* FROM ""Query1"" Q1,
""Query2"" Q2
WHERE Q1.ID = Q2.ID" )
rs = stmt.executeQuery( oSingleQueryAnal.QueryWithSubstitution )
rs.close
end sub
---------------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]