To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69460
                 Issue #|69460
                 Summary|XStatement does not support QiQ syntax
               Component|Database access
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|atjensen





------- Additional comments from [EMAIL PROTECTED] Mon Sep 11 08:27:10 -0700 
2006 -------
To test this do the following:

Download the attached database file.
Copy this procedure into Module1 of your Standard basic library.

sub onQiQ_1_testStatement( oEv )
dim stmt
dim rs

        print oEv.Source.Model.Parent.Command
        stmt = oEv.Source.Model.Parent.ActiveConnection.CreateStatement
        stmt.EscapeProcessing = TRUE
        
        rs = stmt.executeQuery( "SELECT Q1.*, Q2.* FROM ""Query1"" Q1, 
""Query2"" Q2
WHERE Q1.ID = Q2.ID" )
        rs.close
end sub

Open the database and it's one form.
Click on the button 'Test Stmt'

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

Reply via email to