https://www.developerfusion.com/t/mysql/code/sort/popularity/ MySQL Sample code from Developer Fusion 2004-04-01T14:47:00.00Z http://www.developerfusion.com/code/4596/how-to-access-a-mysql-database-with-net/ How to access a MySQL database with .NET 2004-04-01T14:47:00.00Z Demonstrates how to connect to a MySQL database with C#. Edward Tanguay http://www.developerfusion.com/code/2667/storing-retrieving-pictures-from-database/ Storing / Retrieving pictures from database 2003-09-05T08:56:00.00Z This sample code demonstrates how to save and retrieve pictures from a database using PHP. Imthiaz Rafiq http://www.developerfusion.com/code/1734/running-total-in-an-sql-query/ Running total in an SQL query 2001-10-15T18:02:00.00Z How to create a running total column in an SQL query James Crowley http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Get metadata on MySQL databases 2003-08-13T10:26:00.00Z An example of how to get metadata - such as all the databases on the server, all of their tables, and the corresponding field information for that table. Edward Tanguay http://www.developerfusion.com/code/1751/limit-the-number-of-rows-returned/ Limit the number of rows returned 2001-10-17T15:52:00.00Z How to limit the number of records returned from a MySQL database Alt-PHP-Faq