I have observed that when I use a parameterised query with bind parameters, the performance of the query is much slower in comparison to the performance when I use a string builder and create the query dynamically.

I am using Oracle 10G and C# .net 3.0.

Can somebody help me to find out what might be the issue here?

Thanks to all for your support.

Regards,
Kangkan
http://www.geekays.net/