Blog Detail
How To For Idiots
http://idiot-howto.blogspot.com/
Basic HowTo Collections For Newbies Based On Author's Experiences.
Recent Posts
Quick Tip: Firefox exception 0xc000000d at location 0x7817EF67
If your firefox shows this error: THE EXCEPTION UNKNOWN SOFTWARE EXCEPTION (0xc000000d) OCCURED IN THE APPLICATION AT LOCATION 0x7817EF67 and you've tried to restart the application, but the problem still exists, try this solution.It will happen when...
New Backup/Restore Statement in MySQL 6.0
Finally, what I've been waiting for long time is currently in progress !New backup and restore syntax is available in MySQL begin from version 6.0.5. (it's still in alpha state at the time I write this post)This syntax is use just like ordinary DDL/D...
Dealing With MySQL Cast() Limitation
If your application depends on data type of your database, you will notice that mysql cast() function has limitation that can't cast to specific datatype, like tinyint, smallint, mediumint, bigint, etc.There is simple (dumb and idiot) workaround you ...
Java ByteCode Manipulation
WARNING - Contents of this file are for educational purposes only. It is strongly suggested that you do not use this knowledge for illegal purposes!There are two ways to modify the compiled java code (assume you don't have the source or have loss it)...
Backup MySQL Database From Java Part 3
This is the last part of MySQL Database Backup from Java tutorial series.In previous post, already discussed about how to get the backup streams from Process Object to String variable. What are we going to do now is, saving the variable to a file. Yo...
Backup MySQL Database From Java Part 2
After we know how to separate the backup process between data, stored routine, and trigger, next thing to do is implementing them in Java.Consider the following code:private int BUFFER = 10485760; private String getData(String host, String port, Stri...


Hi! bro, just looking to your web, useful info for me, thanks. As an appreciation just hits some of your ads, hope it will help.
Keep up the good works.
See u around.
Posted: August 26th, 2008 | More Reviews From daleem71 | Report This Comment