Tag: Open Source

Community

Tips for tackling MySQL 5.0

Testing, testing, testing. IT pros have been checking out the new MySQL 5.0 open source database since its recent release its commercial parent, MySQL AB. Some of those IT pros put our resident MySQL expert, Mike Hillyer, to the test, too. In this tip, he answers users’ questions about the ins and o

Community

Delving Deeper into MySQL 5.0

(Jon Stephens and Chad Russell) One major enhancement that stored procedures and stored functions provide to you in your SQL programming is that they give you the ability to execute code in loops. MySQL 5.0 supports three looping constructs: LOOP , REPEAT , and WHILE . They are largely equivalent, a

Community

Examining MySQL 5.0

(Jon Stephens and Chad Russell) It’s difficult to say which is the greater source of excitement surrounding MySQL 5.0—the arrival of stored procedures in MySQL, or the appearance of views. In this section, we’ll discuss both of these features in detail. We’ll define and explain the concepts behind b