Posts by nicolasz • 51 points
3 posts
-
0
votes1
answer187
viewsA: Query mysql rows for columns
I managed to solve my problem above by adding another field: sequencia in my table, it is a field that will always be 1 to 5 in the contests launched every day. The query was like this: SELECT…
-
0
votes1
answer187
viewsQ: Query mysql rows for columns
Hi, I know there are some similar questions here already, but none of them helped me. I have the following table in my database: +----------+---------------+--------+ | id_bolao | data_concurso |…
-
4
votes3
answers1918
viewsQ: How to change the line color of a Dbgrid in Delphi?
I’m doing a expense control system, and when registering a new revenue or new expense I want you to change the line color of that record on dbGrid as chosen, I used a TDBRadioGroup to choose between…