Board index » delphi » question about the ADO component

question about the ADO component


2003-11-04 11:25:45 AM
delphi35
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? Thanks in advance for any help.
 
 

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