Elliot Russo wrote:

I'd like access to the prepared statement methods. I am building my own in
cf but it is a nuisance

Hi Elliot,

Did you know that if you use <cfqueryparam> tags for all your parameters <cfquery> implements the query internally as a prepared statement?

This means that you get all the same performance advantages if you call the same query again with different parameters. Don't know if that affects your desire to dive into Java for your data access.

Perhaps some other examples of how you'd like to use the prepared statement methods would explain your motivation - changing a parameter wouldn't be hard to do back in CF.

Would be interested to see what you were building in CF - there is an simple idea in Rod Johnson's J2EE "Spring" framework for encapsulating queries that I've been meaning to implement in CF for a few months, perhaps this could be an opportunity to try it out.

Cheers,
Robin

http://www.rocketboots.com.au

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to