Case-insensitive search using ODP.Net provider
763899Nov 15 2010 — edited Nov 16 2010Is there a way i can achieve case-insensitive search using ODP.Net provider? such a query will both return FOO and Foo just like where column_name = 'FOO' or column_name = 'Foo'