January 31st, 2012 07:26 AM
thanks I got article on google.
January 29th, 2012 08:54 AM
hi,
I install/uninstall windows service using installutil command
How can I uninstall windows service using Control Panel=> Add/Remove Programs
- Thanks
January 23rd, 2012 08:08 AM
Hi sotoasty,
I have change hostname,dbusername,dbpassword and dbname in above code post.
- Thanks
January 22nd, 2012 08:10 AM
Hi,
I want to back up mysql database using c sharp and I found following code on google.
But it is not giving me whole database back up,instead it show following output.
/*!40101 SET...
November 20th, 2011 02:11 AM
Hi,
I want to know Advantages and Disadvantages of Windows Service and Console Application in Windows Tasks Scheduler.
I have developed Console application in C# and run on specific time using...
November 16th, 2011 02:14 AM
Hi,
I have developed Console application and connect to mysql database using reference DLL (MySql.Data.dll) OR MSI installer from following url
...