https://www.developerfusion.com/t/database/code/sort/popularity/ Database Sample code from Developer Fusion 2006-01-21T22:25:00.00Z http://www.developerfusion.com/code/5263/encrypting-webconfig-sections-in-aspnet-20/ Encrypting Web.config sections in ASP.NET 2.0 2006-01-21T22:25:00.00Z Learn how to encrypt any section of your Web.config file on-the-fly and programatically; plain-text connection strings in your config file are no more! Xavier Larrea http://www.developerfusion.com/code/1976/deleting-duplicate-rows-in-a-table/ Deleting duplicate rows in a table 2002-03-01T09:41:00.00Z Eliminating duplicate rows of data from an Oracle database Kevin Saitta 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/4325/on-error-resume-next-considered-harmful/ "On Error Resume Next" considered harmful 2004-01-21T04:23:00.00Z Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications. Palo Mraz 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/3243/display-sql-server-table-data-in-a-browser/ Display SQL Server table data in a browser 2003-01-11T09:51:00.00Z Just supply your database connection string and this code will give you a radio button list of all your SQL Server tables and will show their fields. Edward Tanguay http://www.developerfusion.com/code/4391/how-to-delete-records-with-sqlcommand/ How to delete records with SqlCommand 2004-02-04T11:36:00.00Z This code shows you how to delete records with an SQL statement and get the number of records deleted returned back as an integer. Edward Tanguay 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/3039/create-table-in-a-database/ Create Table in a Database 2003-03-09T06:58:00.00Z This code shows you how to create a table and it's indexes in a database at run time. amoibade 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/198/evaluate-string-formulas-in-vb/ Evaluate string formulas in VB 2001-07-14T14:48:00.00Z How to evaluate string formulas in VB ElementK Journals http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Debug ASP.NET pages using Tracing 2005-01-07T08:48:00.00Z Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. Julian Roberts 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 http://www.developerfusion.com/code/3741/access-autonumber-reset/ Access AutoNumber Reset 2003-06-07T02:31:00.00Z This is some sample code that shows how to programmatically reset all AutoNumber fields in an Access Database to a correct value (whether it be 0 or the max value + 1). In addition, it contains code for Compacting and Repairing an MS Access Database. This is perfect for people who are working with a complicated Access Database and have experienced AutoNumber bugs! Michael Gagne http://www.developerfusion.com/code/4651/resizing-images-retrieved-from-sql-server/ Resizing images retrieved from SQL server 2005-01-09T14:43:00.00Z A neat way of fetching an image stored in SQL Server and resizing it before save/sending it anywhere. Simon Soanes http://www.developerfusion.com/code/674/access-vb-and-sql-server-wildcard-characters/ Access, VB and SQL Server wildcard characters 2001-07-14T14:48:00.00Z Important differences between Access, VB and SQL Server wildcard characters James Crowley http://www.developerfusion.com/code/4638/how-to-run-through-multiple-datareader-results/ How to run through multiple DataReader results 2004-12-17T15:16:00.00Z You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. Edward Tanguay http://www.developerfusion.com/code/1603/how-to-include-text-ntext-and-image-datatypes-in-a-union-query/ How to include Text, nText and Image datatypes in a Union query 2001-07-18T17:59:00.00Z How to include Text, nText and Image datatypes in a Union query ElementK Journals http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Update MSMQ from SQL 2002-03-24T07:40:00.00Z Describes how to post a message into MSMQ from within a SQL procedure Bruce Johnson