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 =
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 =
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
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]
4 matches
Mail list logo