Embedded

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Obi-Wan
Posts: 11
Joined: Tue 22 Sep 2015 08:29

Embedded

Post by Obi-Wan » Fri 11 Dec 2015 09:50

Hi
i must use embedded server in one of my project and I'd like to know if there's a way to create an
embedded structure starting from a mysql DB, somethink like an "export" function.
I tried to use DbForge but I 'm not able to open any existing embedded structure: I create embedded db using Embedded.exe from demo directory and all is ok, then I try to open with DBForge and got "Cannot open libmysqld.dll".

Thanks a lot

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Embedded

Post by ViktorV » Thu 17 Dec 2015 15:53

You can retrieve the information about DB objects using the TMyMetaData component. See more details about this component in MyDAC help: https://www.devart.com/mydac/docs/?deva ... tadata.htm
You should post the question about dbForge for MySQL in the dbForge for MySQL forum thread: http://forums.devart.com/viewforum.php?f=23

Post Reply