Hello
I want to use MyEmbConnection. (I'm using Delphi XE2 And MyDac)
Please tell me how can i use it.Please explain clearly because i'm new on it.
Assume have following Data :
C:\MyAppFolder\App.exe
C:\MyAppFolder\mydb.sql
How can i connect to mydb.sql by MyEmbConnection?
Thank You
How use MyEmbConnection
Re: How use MyEmbConnection
Anybody is here ?
I need help...
I need help...
-
AndreyZ
Re: How use MyEmbConnection
Hello,
I have sent you a project (to the e-mail address specified in your account) that demonstrates working with MySQL Embedded. Also, you can find the detailed information about working with MySQL Embedded in the "Embedded Server" article of the MyDAC documentation.
I have sent you a project (to the e-mail address specified in your account) that demonstrates working with MySQL Embedded. Also, you can find the detailed information about working with MySQL Embedded in the "Embedded Server" article of the MyDAC documentation.
Re: How use MyEmbConnection
Thank You AndreyZ i got that.
Sorry my English not good;
New Question :
When i Create Table in Runtime , Some files created Namely (dept.frm , dept.MYD , dept.MYI);
How can i do BackUp from that files ?
Regards
Sorry my English not good;
New Question :
When i Create Table in Runtime , Some files created Namely (dept.frm , dept.MYD , dept.MYI);
How can i do BackUp from that files ?
Regards
-
AndreyZ
Re: How use MyEmbConnection
To make a backup of a database, we suggest you to use the TMyDump component. TMyDump creates a SQL script that contains the structure of the tables and theirs data. For more information about TMyDump, please read the MyDAC documentation.