-
i have never used this control before but can anyone please
give me some sample code to work with i want to
open a sql server database and using my sql query extract information and format it then display it in the dbgrid control.in three different fields
date,contact ,action then also be able to edit these fields and add new information to them which updates the sql server
help please help me.!!
-
you need no code - just put a Data Control and a DBGrid on the form and start setting properties
SQL statement will go in the Data RecordSource
custom properties will help you bind the 3 fields you want
to add a column:
right click on control and choose edit
the right click on control again and choose append