Tuesday, December 27, 2011

How To Export Tally data to any SQL database

Export Tally data to any SQL database | DX-Fusion


Product    : DX-Fusion
Platform   : Windows 2000 and above
Tally         : Tally ERP 9 Release 1.61 and above
Category : Utility to transfer data from Tally Software into RDBMS (database) in real-time.


An Introduction to DX-Fusion


DX-Fusion is an utility that transfers data from Tally Accounting Software into your database in real-time. It supports MS-SQL Server, MS-Access, MySQL, Oracle and many other popular databases.

DX-Fusion works with Tally ERP 9 Release 1.61 and higher versions. It can retrieve data from Tally in both online (real-time) and off-line modes.

DX-Fusion utility does NOT require any coding (except for a connection-string to connect to the database) and can be used by developers and end-users both. Developers can use this data for designing of MIS reports and Integration with other external softwares.

DX-Fusion Editions



Free Edition
A fully functional edition of DX-Fusion utility which supports transfer of all masters and vouchers data from Tally Sofware into your database subject to restriction of 10 vouchers at a time. It supports off-line mode only.

Standard Edition
A software utility for transferring masters and vouchers data from Tally Accounting Software into your database in Real-time (online mode).

Source: http://www.rtslink.com/dx-fusion/



how to delete facebook account

How Do I Delete My Facebook Account - Instructions

If you've decided to delete your Facebook account, here's how you can go about it.
  1. First, sign out of any applications you might use in conjunction with your Facebook account, such as Facebook Connect and the applications that update Facebook automatically from Twitter.
  2. Cancel any blog feeds that you might be using on your account.
  3. Log in to Facebook, and then go to the delete account form. If this direct link doesn't work, go to the Help Center (click "Help" at the bottom of any page), and search for "How do I delete my Facebook Account." The first result should include a link to the form.
  4. A simple form will appear that reminds you that you won't be able to reactivate your account if you delete it. If you're sure you want to permanently remove your account, click on "Submit."
At this point your account will immediately be deactivated. The amount of time between requesting the deletion and having your information physically removed can be up to 14 days.
Refrain from trying to log in to your account for at least two weeks. After this period, you can see if your account is truly gone by attempting to log in. If you get into your account, you'll have to start the process all over again.

How to Delete a Facebook Account When Someone Dies

If a loved one has passed away, you may want to have his or her Facebook account deleted. It can be jarring to see reminders to connect with the deceased when you're visiting the site, and you may want to have all personal information of your loved one removed. Facebook offers the option to have a deceased person's page memorialized. When this occurs, all contact information is removed from the profile and anyone who isn't on the deceased's friends list will not be able to find the page. The wall is left open for friends and family to post messages.
The other option is to have the account deleted. There is now a form on Facebook, called Report a Deceased Person's Profile, which can be used by immediate family to have the account either memorialized or deleted. You'll be required to supply a link to an obituary or other report of death to ensure the information is accurate.
While anyone can make these reports, accounts will only be removed when the request comes from an immediate family member.

Make Sure You Really Want to Delete

Before deleting your Facebook account, make sure that this is something you really want to do. Since a deleted account can never be restored, all of the information and photos you have on your profile will be gone for good. If you're unsure, consider deactivating the account first before you do anything permanent.

Source : http://socialnetworking.lovetoknow.com/How_Do_I_Delete_My_Facebook_Account

how to hide selection of richedit c#

private void richTextBox1_SelectionChanged(object sender, EventArgs e)
        {
            //MessageBox.Show("Selected");

             richTextBox1.SelectionLength = 0;
        }