Hi Sylvain, see FAQ http://db.apache.org/ojb/faq.html
topic "Is it possible to perform my own sql-queries in OJB?" + "Can I directly obtain a java.sql.Connection within OJB?" regards, Armin ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 4:05 PM Subject: how to send a real SQL query to OJB Hello, I have a String variable which contains a real SQL query like this: "SELECT distinct(workstationName) FROM Workstation w, WntWorkstation t, Package p, Package_Workstation r WHERE (w.workstationName like '%' or w.workstationName is NULL) order by w.workstationName" How can I send this query (as written above) to OJB? Thanks Sylvain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
