Hi,
I want the use the mydump component, but I need to use the --where option which is provided by mysqldump. Where can I set this?
thanks!
tmydump: can i fill in - - where option?
Re: tmydump: can i fill in - - where option?
To obtain a dump of a part of table records using the TMyDump component, use the BackupQuery method. For example:
The result will be put into the SQL property of the TMyDump component.
More details at http://www.devart.com/mydac/docs/index. ... tring).htm
Code: Select all
MyDump1.BackupQuery('select * from emp where empno > 7000 ');More details at http://www.devart.com/mydac/docs/index. ... tring).htm
Re: tmydump: can i fill in - - where option?
Thank you very much! 
Re: tmydump: can i fill in - - where option?
Feel free to contact us if you have any further questions.