> Warning: You might be optimizing prematurely here - have you actually
> found there is a problem and measured that this is what is causing it?

I agree that this is premature, the application is still in
development!


> However - if you really need/want to do this - then you can add a
> method to one of your classes (repositories or entities or whatever)
> and use a native SQL query.
>
> http://castleproject.org/activerecord/documentation/trunk/usersguide/...

I've used a native SQL query or two for selection in the past, but it
was my understanding that the native SQL queries were for querying
only (e.g., not updating). Am I mistaken? Is there a link you
recommend with lessons on using native SQL queries to update data?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to