My DB have a Customers table with an Address column
I want to fetch customers filtering on Address column.
In my DB I have a customer with Address = 'Viale della Gioventù n.15'
It is possible to create a like filter predicate using the search sting 'gioventu', and fetch even the row that contains different accent like 'Viale della Gioventù n.15'.
How will LLBLGen deal with accented letters for DB fetch filtering?
How will LLBLGen deal with accented letters for in-memory filtering?
I'm using:
*) .Net 2.0, VisualStudio 2005
*) LLBLGenPro 2.0.0.0 Final (March 21st, 2007)
*) Code generation: Adapter/VB.Net 2.0/Standard Templates+CommonBaseClass
*) LLBLGenPro Lib 2.0.07.0416
*) Database: Access2k / SQL Server 2k
Thanks, Max