I am very interested in learning programming in Delphi. I already know many things, but I still do not know how to manipulate Database.
Good, without delays. I would like to know how to query the Paradox 7 database with Delphi using TEdit
in the example below:
In my Form I have TTable1
, TDatasource1
, TDbgrid1
, TDbnavigator
and a TEdit1
. Everything is already properly connected to return% as% of values of TDbgrid1
.
What I really wanted was to type something in the textbox and on the grid just show me what I typed or the partial text in the user field of the database.
Example: I typed the word to in the text box and I want it to show only words that begin with a without capitalization in the user field of the database. And also when I partially type the text it would show me the words that contain that partial text in the user field of the database.
I hope I've been able to explain my problem. Thanks in advance.