thanks
MyDump Component
MyDump Component
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
			
									
									
						thanks
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.
			
									
									
						To restore database objects you should assign SQL property of MyDump and Call Restore method.
Please see MyDAC help for more information.