1
I am very interested in learning programming in Delphi. I already know many things, but I still don’t know Database manipulation.
Good, without delay. I wanted to know how to query database Paradox 7 with Delphi using TEdit
in the example below:
In my Form I have one TTable1
, TDatasource1
, TDbgrid1
, TDbnavigator
and a TEdit1
. Everything is already properly connected to return on TDbgrid1
the values of TTable1
.
What I really wanted was to type something in the text box and on the grid just show me what I typed or partial text in the field user database.
Example: I typed the word in the text box to and I want him to show only words that start with to without distinction of upper and lower case in the field user database. And also when I partially type the text it shows me the words that contain that partial text in the field user database.
I hope I have managed to explain my problem. Thanks in advance.
thanks, that’s what I needed
– Douglas Raetê Mancini Sanches
Okay and welcome to the group.
– Luiz Vichiatto