RE: [JAVA]How to get datatbase connection from lookup to datatsource name in a standalone java application

2006-08-25 Thread Jimmy Emmanual
1. Bind datasource to a file system context try { Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.fscontext.RefFSContextFactory"); env.put(Context.PROVIDER_URL, "file:/C:/temp/jndi"); // create the context Context context =

RE: For sql experts

2006-02-03 Thread Jimmy Emmanual
Try this: SELECT DEPTNUM.REF_VALUE ,CAMNUM.REF_VALUE ,PN1.NOTE_TEXT FROM PARTY_REFERENCE DEPTNUM , PARTY_REFERENCE CAMNUM , PARTY_ASSOC REL , PARTY_NOTE PN1 WHERE DEPTNUM.PARTY_ID = REL.TO_PARTY_ID AND REL.FROM_PARTY_ID = CAMNUM.PARTY_ID AND DEPTNUM.PARTY_REF_TYPE_CD =

RE: Reports

2005-05-17 Thread Jimmy Emmanual
Rafael, Try BIRT (Business Intelligence and Reporting Tools) by Eclipse. It is developed jointly with Actuate which is a Enterprise Reporting Infrastructure. http://www.eclipse.org/birt/ Jimmy -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005

[OT] Sun RI JSF 1.1 VS myfaces 1.09

2005-05-02 Thread Jimmy Emmanual
All, Just wondering if anyone has used both and prefer one over the other. If so, why? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]