ADO and DataView Templates
I'm looking at writing some custom data templates, but the demo seems to
rely largely on the daDBBDE unit, and I can't see any equivallent unit
for ADO. Would I have to essentially write a daDBADO unit in order to
create custom templates, given that my app uses ADO as the database engine?
Thanks in advance.
James Crosswell
rely largely on the daDBBDE unit, and I can't see any equivallent unit
for ADO. Would I have to essentially write a daDBADO unit in order to
create custom templates, given that my app uses ADO as the database engine?
Thanks in advance.
James Crosswell
This discussion has been closed.
Comments
classes for DADE dataviews that connect to an ADO connection. Remove daDBBDE
from the uses clause because that will link in the BDE, which you don't want
to do if you want to use ADO. Also, make sure you change the Datasettings on
the designer to use an ADOSession and the ADOConnection object on your
form/datamodule.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com