Click here to Skip to main content
15,896,111 members

Comments by binoyvijayan (Top 9 by date)

binoyvijayan 27-Feb-14 7:37am View    
its .sql files
binoyvijayan 18-Dec-13 4:08am View    
Hi,
Thanks for your Reply,
Let me explain little,

I am working on a desktop application, its a database management tool.The user specify the minimum memory space level.The code check the drive that the database is stored, when the free space of the drive is less than the specified minimum memory space .then we persist a certain period data to same drive and remaining backup to another media (flash drive, external hdd etc). The Persisting database period is specified by the user.
Now I think you get my situation..
Thanks ...
Please help me
binoyvijayan 17-Dec-13 10:32am View    
void Backup()
{
string constr = "server=localhost;user=root;pwd=qwerty;database=test;";
string file = "C:\\MyDumpFile.sql";
MySqlBackup mb = new MySqlBackup(constr);
mb.ExportInfo.FileName = file;
mb.Export();
}
binoyvijayan 17-Dec-13 10:31am View    
I am trying with the MySqlBackUp class. But it has no way to specify the date
binoyvijayan 3-Nov-13 21:05pm View    
HI Richard,

the file note created by the code. Actually I created it and add with the my installer. I already set all permission to this file. But still give the permission Error