TOracleDataSet and srPartialMatch dont work properly

pavel-dev

Member
Hello, all!
Please, help me: i can't understand why, when i make in delphi this "OracleDataSet.SearchRecord(columnname, searchstring, [srPartialMatch])" i get false - for example my table is

ID NAME

1 Blabla first
2 Blabla second

So, if i put "Bla" in searchstring, all is going OK. BUT! If i search "econd" or "abla" it does not find anything! What i doing wrong ?
 
Back
Top