Home DADE

AdoSession

edited August 2008 in DADE
Good morning, I would like know how I to able the items of the query wizard
on tab data of the report designer when I'm using the AdoSession? when I'm
using BdeSession show the items normally, but when I'm using AdoSession
don't show the items on the listview.

Juliano Rafael
Programmer Sequence Tecnologia

Comments

  • edited August 2008
    Hi Juliano,

    For future reference please type your full name in the "from" field when
    posting to these newsgroups. (Instead of "j").

    There should be no difference between how the data tab works when using BDE
    or ADO. Which version of ReportBuilder and Delphi are you using? When you
    define dataviews using an ADOSession, are you able to see the correct data
    when previewing and printing the reports? If you run the ADO example(s)
    located in the \RBuilder\Demos\EndUser Databases\SQL Server or \Access, are
    you able to see the items in the data tab?

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2008
    I'm sorry for name 'j', I didn't see this before and I'm sorry for my
    english too I'm brazilian and I'm learning english now

    My delphi is 2007 and Report Builder is 10.0.9 I'm using the databse MySql.
    When I saw that the tab don't show this is for the end-users. The simple
    fact that I change the sessioType of BdeSessio to AdoSessio, the tab data
    don't show more.

  • edited August 2008
    Hi Juliano,

    If you wish to connect to your database using ADO, you will need to place an
    ADO connection on your form and set the proper connection settings for your
    specific database. Simply changing the session will not automatically
    connect you to the DB. Take a look at the demo located in the
    \RBuilder\Demos\EndUser Databases\\Access... directory for an example of how
    to connect to a database using ADO.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2008
    Thank's I saw the example and I found the problem, in my project didn't have
    in any unit in clauses "uses" the unit daAdo, when I add this unit worked


This discussion has been closed.