Board index » delphi » ADO, Access 2000, Delphi 7: can't use DB controls

ADO, Access 2000, Delphi 7: can't use DB controls

Hi,

I managed to set up a connection to my Access 2000 file through an
ADOConnection (ADODB), I can see its tables/fields allright.
But I want to use standard DBcontrols - such as grids - to visualize
the database. However, each control requires a DataSource I just can't
find or fill (nothing's proposed in the drop-down box).
Could you please tell me what components (ADODataSet... ?) do I have
to use so I can provide the standard DBcontrols (DBGrid, DBListBox...)
with a DataSource ?
Best regards,

Sylvain

 

Re:ADO, Access 2000, Delphi 7: can't use DB controls


Sorry, finally got the answer myself...
First created the ADO connection, then the ADOtable, which I linked a DataSource to.

Sylvain

Other Threads