Board index » delphi » ADO + Access 2000 + Delphi 6 Ent.

ADO + Access 2000 + Delphi 6 Ent.

Im using DataModule, Datasource, ADOTable, ADOConnection.. and DBGrid in a
Form.

In Design view, I can see the records in DBGrid, when I build and run the
app: there are no records (blank dbgrid) and I cannot edit the DBGrid to add
any record..

Could someone enlighten me?

thanks in advance..
Steve

 

Re:ADO + Access 2000 + Delphi 6 Ent.


Quote
>In Design view, I can see the records in DBGrid, when I build and run the
>app: there are no records (blank dbgrid) and I cannot edit the DBGrid to add
>any record..

>Could someone enlighten me?

The most likely cause is that you have code in the application that is closing
the tadoTable.
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads