ADO connection using multiple tables
I need the functionality of the report server with dialog boxes, so I must use an ADO Query within the report to access a MySQL database as I understand the functionality. When I create an ADO query to use within the report, I can join two tables together and the database fields show up in the data tree. However, if I add anything else to the query, then the fileds are not accessable in the data tree. (it shows the ADO connection but no fields)
If I join three tables - the data tree does not show ANY of the fields in the tables
If I add a paramater to two joined fields - data tree does not show ANY of the fields in the tables.
Is this a program limitation, error, or am I doing something incorrectly? Is there any way to access the dialogs without the ADO connection?
Using the latest version dated 05.22.05
If I join three tables - the data tree does not show ANY of the fields in the tables
If I add a paramater to two joined fields - data tree does not show ANY of the fields in the tables.
Is this a program limitation, error, or am I doing something incorrectly? Is there any way to access the dialogs without the ADO connection?
Using the latest version dated 05.22.05
Comments
That's the reason no fileds are available in your report.
Thank you again.