yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

Critical problem in GetPaged Stored Proc. #393

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If our search criteria has Unicode characters we can not get good result 
because @WhereClause and OrderBy are not Nvarchar

 @WhereClause varchar (2000)  ,

 @OrderBy varchar (2000)  ,

Original issue reported on code.google.com by babak.ni...@gmail.com on 24 Jul 2011 at 1:46

GoogleCodeExporter commented 9 years ago
Hello,

Thank you for reporting this issue. Could you please submit an SVN patch for 
this and I would be more than happy to commit this to core. You would need to 
modify the following template (here is an online link: 
http://code.google.com/p/nettiers/source/browse/trunk/Source/DataAccessLayer.Sql
Client/StoredProceduresXml.cst).

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 25 Jul 2011 at 6:13

GoogleCodeExporter commented 9 years ago
Hi, So Sorry for Delay.
I'm not familiar with the code, so if it is possible please manage it.

Original comment by babak.ni...@gmail.com on 22 Dec 2011 at 9:21