MyDump Component

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Goretz
Posts: 10
Joined: Mon 07 Aug 2006 10:26
Contact:

MyDump Component

Post by Goretz » Fri 18 Aug 2006 06:56

im using MyDump to import my data from database but it's not working,,can anyone instruct me how to use MyDump component step by step correctly...

thanks :(

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 21 Aug 2006 08:26

To get script to create stored procedures, tables structure and fill these tables with data you should assign TableNames and StoredProcNames properties and change if necessary Objects property of MyDump. Then call Backup method. Script will be generated and assigned to SQL property.
To restore database objects you should assign SQL property of MyDump and Call Restore method.
Please see MyDAC help for more information.

Post Reply