Page 1 of 1

MyDump Component

Posted: Fri 18 Aug 2006 06:56
by Goretz
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 :(

Posted: Mon 21 Aug 2006 08:26
by Antaeus
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.