You are rigth Gilles; in my ADO code I specified varchar as dbtype;
specifying also dbtype=varchar attribute in my inline parameter yelds to the same result; and my perf pb are over.
Thanks you Gilles :-)
Gilles Bayon <[EMAIL PROTECTED]> wrote:
Gilles Bayon <[EMAIL PROTECTED]> wrote:
Which Ado code do you used ?By default if you use this code in ADOparameter.DbType =DbType.String;ADO will send this parameter as nvarchar(XX), you must specify the SqlDbType to VarChar to send it as VarCharWith iBATIS to sent a Sql Server VarChar SqlDbType, used the attribute dbType="VarChar"
--
Cheers,
Gilles
<a href=""http://www.amazon.com/gp/registry/6JCP7AORB0LE" target=_blank> http://www.amazon.com/gp/registry/6JCP7AORB0LE ">Wish List</a>
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.

