Page 1 of 1
Mydac support MYSQL Embedded Library (version 4.1)?
Posted: Wed 06 Jul 2005 06:44
by DelphiWin32
Mydac support MYSQL Embedded Library (version 4.1)?
Posted: Wed 06 Jul 2005 08:06
by Guest
Yes of course!
Posted: Wed 06 Jul 2005 09:13
by Ikar
Yes, more over, since MyDAC version 4.00 we added a new component
TMyEmbConnection just designed to work with Embedded Server.
TMyEmbConnection
Posted: Wed 06 Jul 2005 14:37
by Pete
I'm using the (beta) version 4 of MyDAC with Delphi 7, and I can't see the TMyEmbConnection? Where is it?
(How long before a full, non-beta version 4 is release?)
-Pete
Posted: Thu 07 Jul 2005 11:05
by Ikar
> I'm using the (beta) version 4 of MyDAC with Delphi 7, and I can't see the
> TMyEmbConnection? Where is it?
Must be with the rest MyDAC components. Please check once more.
> (How long before a full, non-beta version 4 is release?)
Now we are finishing before release checks.
MyBuilder Client
Posted: Thu 07 Jul 2005 14:35
by Pete
Hi Ikar
Thanks for the heads-up. I finally found it elsewhere on the palette!
I also found the MyBuilder control, but when I drop it onto a form along with a Connection and a button (which fires: MyBuilder.ShowModal), I get an error from the compiler saying "File not found: MyBuilderDownload.DFM"
I've searched the disk and no such form exists.
Should I have this file (I don't have the source code)? What can I do to make MyBuilder work?
Thanks
-Pete
MyBuilder Client
Posted: Thu 07 Jul 2005 18:29
by Pete
Later:
I now find that the 'missing form file' problem only occurs if you try to run the application from the IDE. If the executable is run stand-alone, it works fine!
Is this intended behaviour?
-Pete
Posted: Fri 08 Jul 2005 14:01
by Ikar
> Should I have this file (I don't have the source code)?
Not, it is error of beta version.
Posted: Sun 10 Jul 2005 17:47
by Guest
Ah.. Thank you
-Pete