Recent content by hungnx

  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

    How to use "PUnit".

    Thanks for your suggest, it's great :)
  3. 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
  4. 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...
  5. 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
  6. H

    Problems when buid a simple web app!

    En variable -Catalina_home : C:\Program Files\netbeans-5.0\enterprise2\jakarta-tomcat-5.5.9 -Java_home : C:\Program Files\Java\jdk1.5.0_08 -Classpath : .;$CLASSPATH;$DLC\Java\Progress.jar;C:\Program Files\netbeans-5.0\enterprise2\jakarta-tomcat-5.5.9\bin\servlet-api.jar;$DLC\Java\jdbc.jar; -DLC...
  7. 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...
  8. H

    Help!

    Thanks all for your help. :-) Regards, Hungnx
  9. H

    Help!

    I'm new comer :o I still don't retrieve data from my Test Db. Can you point me steps to creat a database (include : tables, fields, ...). And how to use java to connect and retrieve data from it. Thanks so much!
  10. 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