Search results

  1. L

    Jdbc Query With Dates

    When I run the JDBC query with the date equal it runs extremely fast but when we change the where clause to greater than/less than it is extremely slow. I've included the two queries. How do we get the greater than/less than to run just as fast as the equal? SELECT OEEL.orderno, OEEL.invoicedt...
  2. L

    PageSetup Class

    I am trying to set the Orientation and Margins in Excel using com-handles. chWorksheet:PageSetup:Orientation = 2. (I have tried many variations too) and I keep getting the same error: Unable to set the Orientation property of the PageSetup class. I saw when doing research some people...
  3. L

    Group by in Progress

    I'm new to progress coming from a SQL background. I need to complete the following in Progress. Here is how it would be written in SQL SELECT orders.customerID from orders group by customerID How do you do grouping in progress? How would the above be written to get a list of the customers?
Top