Subscribe to RSS feed

Feb
17

Programming

The nice thing about programming that I have always liked is that sense of accomplishment after seeing a program run successfully. Which, for me anyway, is soon drowned out by the errors after that first successful run. But that initial feeling is nice.

Apr
06

MySQL: Difference between UPDATE and REPLACE

This one still has me baffled a little, as from what I can gather the differences seem very miniscule. From the MySQL 5.0 Reference Manual, scroll down to the comments and find “Eric Stevens”: Please note that REPLACE INTO is a much slower performer than an UPDATE statement. Keep in mind that a REPLACE INTO… Continue reading »