[eluser]BrianDHall[/eluser]
[quote author="saidai jagan" date="1257422833"]Thanks fa u r reply !!

.
so shall i use query() rather than get()?.[/quote]
You should use whatever you prefer, in my opinion the relative performance is not of material interest - I'd disregard it completely.
I use ORM (DMZ), but when I didn't I preferred get() because I used select() and where() and all that.