https://www.developerfusion.com/t/database/code/ Database Sample code from Developer Fusion 2006-04-01T17:47:00.00Z http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ Health Monitoring in ASP.NET 2 2006-04-01T17:47:00.00Z This is a code sample for using health monitoring... http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ SQL Data Provider VB.NET Class 2006-02-25T08:59:00.00Z This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly. http://www.developerfusion.com/code/5357/bulk-insert-from-flat-file-using-transactsql/ Bulk Insert from Flat File Using Transact-SQL 2006-02-07T11:51:00.00Z Importing Data from Text File using Transact-SQL is not a tough task, we can import data from Flat File in just 3 steps. M M Harinath http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2006-01-25T01:18:00.00Z One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. Xavier Larrea http://www.developerfusion.com/code/5264/database-independent-adonet-20/ Database Independent ADO.NET 2.0 2006-01-21T22:31:00.00Z ADO.NET 2 has new classes that makes it quite easy to write data-programs independent of the database engine. Learn how here. Xavier Larrea 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/5223/using-ashx-files-to-retrieve-db-images/ Using ASHX files to retrieve DB images 2006-01-15T12:37:00.00Z Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database. Harry Pierson http://www.developerfusion.com/code/4680/randomly-sorting-records/ Randomly Sorting Records 2005-03-25T13:52:00.00Z Here's now to randomly sort records in SQL Server 2000 - so you can potentially select say 10 random items from a table. James Crowley http://www.developerfusion.com/code/4661/calculate-diskspace-used-by-a-table-or-database/ Calculate Diskspace Used by a Table or Database 2005-01-30T14:08:00.00Z This short snippet shows how to discover how large a particular table or an entire database is in SQL Server. James Crowley 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/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/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/4597/rss-feed-helper-class/ RSS Feed Helper Class 2004-04-02T05:44:00.00Z A simple helper class to make generating an RSS feed a piece of cake - its the one we use on Developer Fusion too! James Crowley 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/4408/databinding-sqltypes/ Databinding SqlTypes 2004-02-08T07:00:00.00Z Demonstrates how Databind the SqlTypes using the PropertyDescriptor class and the ITypedList Interface. Dan Glass 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/3205/ado-utility-class/ ADO Utility Class 2004-01-26T11:20:00.00Z ADO class containing useful functions - counting records, creating database from scratch, openning/closing database, filling listbox/combo box with an sql statements, manipulating records....and much more. NeverMalchik 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/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