Posts by Carlos • 21 points
2 posts
-
1
votes2
answers83
viewsA: Mysql connection to Delphi6
Add the components below: Tsqlconnection Tsqldataset Tdatasetprovider Tclientdataset Tdatasource The first two are found in the dbExpress palette, the others in the Data Access palette. To start, we…
-
1
votes0
answers10
viewsQ: Search for content in more than one column (Ttable)
I am developing an application in Delphi 6, that I need to perform a search in more than one field in a Ttable, using only a search field. Currently, the search is being done only in a field looking…