Search results

  1. A

    logical data type in query

    Hello, I have column called NewUsed in table. The data type is Logical. What it shows in simple select is either NEW or USED value. When I try to do a query to get only used one I put Where NewUsed = 0 (or NewUsed = "USED"). It raise error 223. I doesn't allow me to filter by that field. I...
  2. A

    Report builder architect

    I have progress 9.1d database on HP UX server. I also use Report builder to do some reporting on that database. Report builder install on my desktop on W2K prof. How does report builder (windows version) connect to Unix progress database? Is it using ODBC, OLE/DB, or other way? Can some one...
  3. A

    Report builder automation

    Hello, I am looking for way to automate report builder reports. We have about 10 reports as (daily, weekly and monthly) that we are running manually and it takes up too much time. I am looking for way to automate that. Is there any API for report builder that I can use which allow me to...
Back
Top