Search results

  1. H

    Standard OERA architech?

    Hi all, I'm learning about OpenEdge Reference Architech (OERA), a link in psdn http://www.psdn.com/library/entry.jspa?externalID=107&categoryID=289. I don't know, progress supply us a standard framework? (common infrastructure, et ds da be tempates, ...) for people who want to implement oera in...
  2. H

    Difference between &GLOBAL-DEFINE and &SCOPED-DEFINE

    Hi all, I'm trying to understand the difference between two pre-processors &GLOBAL-DEFINE and &SCOPED-DEFINE( ex: Their scope), but i'm not found it yet. Can any one tell me that? Thanks in advance, Hung
  3. H

    Can a function return Temp-table?

    Hi all, I try to create a function that return a temp-table but it gets error when trying to compile the program. Exp: include "ttTemp-table.i" function aFunction return ttTemp-table (input ..., ouput ...): end function. Is it possible to have a function returning temp-table...
  4. H

    How to use "PUnit".

    Hi all, I'm a new commer in Progress, I have found "PUnit" a tool to Unit test my functions, procedure, .... But i don't know how to use it to test my program. If any one know how to use PUnit or "link to forums that discuss about it" please let me know, Many thanks, hung: hungnx@gmail.com
  5. H

    Problems when buid a simple web app!

    To day. I tried to create a simple website uses Progress Database (in Jsp). But i get a problem when load driver for Progress Class.forName ("com.progress.sql.jdbc.JdbcProgressDriver"); Error : java.lang.ClassNotFoundException:com.progress.sql.jdbc.JdbcProgressDriver I have inserted...
  6. H

    Help!

    I tried to write a simple java app to connect, retrieve data from a Progress Database.I have connected to the database but have some problems need helps. 1.I used 'data administrator' + 'data dictionary' to create database + table and 'Procedure editor' to insert data (Test db, Customer table)...
Top