Hello people
I am kind of new to Delphi
I have sql server 200 backend.
what I am trying to do is after getting connected to sql server 2000, I want to run a query and show the results in DBGRID(not editable).
How do i do that using code.
I am able to a specific field in a text box.
I dont want to connect a whole table to the dbgrid, so that whenever u run m user can go edit the grid which will obviously edit the table.
I just need to show the results of a specific query in dbgrid(not letting ther user edit the grid)
I am sure you guyz can help
Thanks in advance
bye
I am kind of new to Delphi
I have sql server 200 backend.
what I am trying to do is after getting connected to sql server 2000, I want to run a query and show the results in DBGRID(not editable).
How do i do that using code.
I am able to a specific field in a text box.
I dont want to connect a whole table to the dbgrid, so that whenever u run m user can go edit the grid which will obviously edit the table.
I just need to show the results of a specific query in dbgrid(not letting ther user edit the grid)
I am sure you guyz can help
Thanks in advance
bye