RE: How to bind variables when using QueryBySQL

2003-10-14 Thread Zhe Liu
If this is not possible. Is it possible to write some extensions to OJB ? Thanks, Zhe -Original Message- From: Zhe Liu [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 7:36 PM To: [EMAIL PROTECTED] Subject: How to bind variables when using QueryBySQL Hi, I understand that if I

How to bind variables when using QueryBySQL

2003-10-14 Thread Zhe Liu
If this is not possible. Is it possible to write some extensions to OJB ? Thanks, Zhe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to bind variables when using QueryBySQL

2003-10-13 Thread Zhe Liu
Hi, I understand that if I want to perform my own SQL queries in OJB, I can use QueryBySQL. But in order to use that, I have to pass the whole constructed SQL statement. I am wondering whether there is a way to pass prepare statement so that I can bind variables for different criteria? Thanks, Zh