Page 1 of 1

MyDAC and ReportBuilder -> TdaMyDACQueryDataView

Posted: Thu 19 May 2005 17:46
by Aurek
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

Posted: Fri 20 May 2005 11:06
by Ikar
Most likely you forgot to install Mydac\Demos\ReportBuilder\RB6\rbMyDAC.dpk

Posted: Fri 20 May 2005 21:39
by Guest
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

Posted: Mon 23 May 2005 13:34
by Ikar
> 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.