Lukas, Thank you for the quick response. Could you show a specific example for the following query: "Select * From Authors Where FirstName = ? and LastName ?"
On Feb 28, 1:05 pm, Lukas Eder <[email protected]> wrote: > Hello Hy, > > image001.png > 13KViewDownload > > The way JOOQ works, it always creates prepared statements from your JOOQ > queries. You will find many examples on the official examples > page:https://sourceforge.net/apps/trac/jooq/wiki/Examples > > Please tell me, if there is anything missing for you on that examples page. > > Cheers > Lukas > > 2011/2/28 Hy Sou <[email protected]> > > > > > Lukas, > > > I am currently attempting to use JOOQ to replace our existing database > > layer and need some good examples of how to create a prepared statement > > using JOOQ. > > > Thanks. > > > > ------------------------------ > > > Join our mailing list and stay current on our products and services > > designed to build your business – visit my.xactware.com > > > ------------------------------ > > > This email is intended solely for the recipient. It may contain privileged, > > proprietary or confidential information or material. If you are not the > > intended recipient, please delete this email and any attachments and notify > > the sender of the error.- Hide quoted text - > > - Show quoted text -
