TSession Component
Our reports server setup does not have a Data Module but a windows forms
which contains the TppReport. The data is fetch through ADOQueries from SQL
Server over an ADOConnection.
Would I still need to drop a TSession component in my form?
The tutorial also refers to the Tdatabase component. Wouldn't that be
required only when connecting to an Access Database or would that be also
need in my environment?
Thanks
Temoc Navarro
which contains the TppReport. The data is fetch through ADOQueries from SQL
Server over an ADOConnection.
Would I still need to drop a TSession component in my form?
The tutorial also refers to the Tdatabase component. Wouldn't that be
required only when connecting to an Access Database or would that be also
need in my environment?
Thanks
Temoc Navarro
This discussion has been closed.
Comments
For ADO include the TADOConnection component and then configure the
ADOQueries to reference the TADOConnection.
The tutorial uses the old BDE, which requires TSession, TDatabase.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com