it works fine when i set the search parameter to the whole name of the book but when i use the % sign wildcard no results seem to generate
this is my code :
Code:
OleDbConnection myConn = null; string ConnString = @"Provider=Microsoft.Jet.OLEDB.4.0;User Id=;Password=;Data Source=Library.mdb"; myConn = new