Re:question about the ADO component
Hello, Whitney!
You wrote on 3 Nov 2003 20:25:45 -0700:
Quote
I am new to the delphi programming. I want to use ADO to connect my data
controls to the database, which ADO component corresponds to the
TDatasource in BDE?
TDataSource isn't a BDE component; it is a generic data access component. It
works with any TDataSet descendant, including the ADO components.
Cheers,
Ignacio