QuickReports with ADO
"Damon New" <[email protected]> Tue, 10 Sep 2002 21:08:40 -0000
| Newsgroups | gmane.comp.lang.delphi.quick-reports |
|---|---|
| Message-ID | <[email protected]> |
Has anyone had any luck with using QuickReports with a database via=20 ADO? Right now my app uses BDE TDatabase and TQuery objects to=20 populate the report with data. The underlying database is a MS Access=20 97 DB accessed via DAO. When I create a new TDatabase the following=20 values are set from my existing Access DAO connection: AliasName,=20 DatabaseName, Params.Values[`System DB'], Params.Values[`Read Only'],=20 and Params.Values[`Exclusive']. When setting AliasName, all of the=20 connection information to the Access DB is set for me behind the=20 covers. This won't work when connecting to an ADO database. Does=20 anyone know what the TDatabase values and Params should be set to in=20 order to use ADO or are these values provider specific? Thanks in=20 advance=85=20