Solution to Overflow Error 6 or Division by Zero

Submitted by admin on
A lot of you may encounter the error “ overflow error 6” during code execution. This problem can occur if you use an integer data type in your variable. Int or Integer data type can handle only up to 32768 value. Meaning if you exceed on this limit an overflow error 6 will be thrown. Another problem with this is a division by zero (0). But in majority the division by zero error has an error number

DVD Sales and Rental System in C# and MySql

Submitted by itachi_philip on
Updated 10/12/11 Hello again, Here is my updated DVD Sales and Rental System..there are many changes happen to my system, and most of the bugs and error are now fix.. and as I promise about the cool GUI factor.. here it is you can download my system now... Features of the system: * the system has the capabilities to send email to there customer.

How to Store Data Under %appdata% Using Visual Basic .NET

Submitted by admin on

Sometimes we need to store some data or files under %appdata%. If you are using Windows 7 you can find this folder under C:\Users\Username\AppData.

AppData is a folder used to store information like cookies, Libraries, program settings, temporary files, templates, etc.

By using this folder you are certain that your settings are being protected by Windows.

To access this folder, all you have to do is use the following code:

Program Language Tutorial with JDBC.ODBC Connection

Submitted by jherson13 on
Hi there!..This is my simple Programming tutorial program made in JAVA.. It can connect to database for the records..You can Add,Update,Delete,Search in database..Hope you'll like my program and may it help you to get some new ideas.. Thank you and Happy Learning while Programming! ^^ -Jherson Ramos