MyDAC and ReportBuilder -> TdaMyDACQueryDataView

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aurek

MyDAC and ReportBuilder -> TdaMyDACQueryDataView

Post by Aurek » Thu 19 May 2005 17:46

I give!

When I try to run an end-user report I am told that TdaMyDACQueryDataView cannot be found. Where is it? What is it? What is happening? Everything worked fine until the update to MyDAC 3.50.0.20.

Also, when I try to create a report, selecting "New" from the Data tab menu does not provide me with the Query Wizard or the Query Designer. I am quite certain this is related.

It should be noted that I updated my current Delphi 5 End-User (ReportBuilder 6) app to MySQL 5.04 (from 4.x) and MyDAC 3.50.0.20.

I must be overlooking something simple. By the way, I have a Data Entry app that works just fine built on all the above so I'm sure it has to do specifically with ReportBuilder.

Thanks MUCH for any help.

Sincerely,

Aurek Brillowski

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 20 May 2005 11:06

Most likely you forgot to install Mydac\Demos\ReportBuilder\RB6\rbMyDAC.dpk

Guest

Post by Guest » Fri 20 May 2005 21:39

Ikar wrote:Most likely you forgot to install Mydac\Demos\ReportBuilder\RB6\rbMyDAC.dpk
Thank you very much for the response. The problem is, I'm using Delphi 5 and have several thousand dollars worth of components invested in that version. We do not use delphi enough to warrant moving to another version.

Is there ANY way we can get an rbMyDAC.dpk to work for Delphi 5?

Thanks again for any help here.

Sincerely,

Aurek

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 23 May 2005 13:34

> Everything worked fine until the update to MyDAC 3.50.0.20.

What version did you use before?

> to MySQL 5.04 (from 4.x)

This MySQL version is not stable yet. We suggest to use only stable versions of MySQL.

Try to change numbers mydac60 -> mydac50, dac60 -> dac50 and so on in rbMyDAC.dpk file and then install it in Delphi.

Post Reply