<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Database Related</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:19:43 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:19:43 -0500</pubDate>
<item>
<title>Displaying the Newest Entries from a Database in VB</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Displaying-the-Newest-Entries-from-a-Database-in-VB/68186</link>
<description>
<![CDATA[This tutorial will show how to display the latest entries to a database using a Repeater Control in ASP.NET 4.0 and VB.]]>
</description><guid>http://www.tutorialized.com/tutorial/Displaying-the-Newest-Entries-from-a-Database-in-VB/68186</guid>
</item>
<item>
<title>Display Data with an XMLDataSource Control in VB</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Display-Data-with-an-XMLDataSource-Control-in-VB/68040</link>
<description>
<![CDATA[This tutorial will show you how to display XML Data using the XMLDataSource control in ASP.NET 4.0 and VB.]]>
</description><guid>http://www.tutorialized.com/tutorial/Display-Data-with-an-XMLDataSource-Control-in-VB/68040</guid>
</item>
<item>
<title>Using the ListView Control to Display, Page, and Sort Data Records In ASP.NET 4.0 </title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-the-ListView-Control-to-Display%2C-Page%2C-and-Sort-Data-Records-In-ASP.NET-4.0-/67745</link>
<description>
<![CDATA[In this tutorial you will use the ListView control to display, page, and sort the information in a database using the ListView control in ASP.NET 4.0. ]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-the-ListView-Control-to-Display%2C-Page%2C-and-Sort-Data-Records-In-ASP.NET-4.0-/67745</guid>
</item>
<item>
<title>Getting File And Directory Owners</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-File-And-Directory-Owners/65008</link>
<description>
<![CDATA[I have noticed not a lot of people know how to get the basic IO.file Owner information of a file/dir so i will show an example that you can play around with.]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-File-And-Directory-Owners/65008</guid>
</item>
<item>
<title>Creating Group Reports in VB6 using Data Report</title>
<pubDate>Wed, 02 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-Group-Reports-in-VB6-using-Data-Report/55880</link>
<description>
<![CDATA[It is often required in database applications to have a report which shows data in a hierarchal fashion. It is a little tricky in Visual Basic to create such reports. This tutorial will help you creat...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-Group-Reports-in-VB6-using-Data-Report/55880</guid>
</item>
<item>
<title>Visual Basic Database Management</title>
<pubDate>Sun, 09 Dec 2007 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Visual-Basic-Database-Management/37965</link>
<description>
<![CDATA[Visual Basic Database Management. Introductory lessons for working with ADO Data control and example exercises.]]>
</description><guid>http://www.tutorialized.com/tutorial/Visual-Basic-Database-Management/37965</guid>
</item>
<item>
<title>Databases</title>
<pubDate>Sat, 02 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Databases/22528</link>
<description>
<![CDATA[In Visual Basic 6, there are many ways to retrieve and manipulate data, and quite a few places to stash it once you have it. There are also a wide variety of application architectures possible—rangi...]]>
</description><guid>http://www.tutorialized.com/tutorial/Databases/22528</guid>
</item>
<item>
<title>Databases</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Databases/3887</link>
<description>
<![CDATA[In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and when simpler methods of data storage can be substituted for the VB...]]>
</description><guid>http://www.tutorialized.com/tutorial/Databases/3887</guid>
</item>
<item>
<title>Database Controls</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Database-Controls/3888</link>
<description>
<![CDATA[Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to the database programmer. VB falls short, however, in help...]]>
</description><guid>http://www.tutorialized.com/tutorial/Database-Controls/3888</guid>
</item>
<item>
<title>SQL in VB</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/SQL-in-VB/3889</link>
<description>
<![CDATA[To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions t...]]>
</description><guid>http://www.tutorialized.com/tutorial/SQL-in-VB/3889</guid>
</item>
<item>
<title>Creating database applications in VB-Part II</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-database-applications-in-VB-Part-II/3771</link>
<description>
<![CDATA[In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance command...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-database-applications-in-VB-Part-II/3771</guid>
</item>
<item>
<title>Creating an Advanced VB database application</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-an-Advanced-VB-database-application/3773</link>
<description>
<![CDATA[Creating an Advanced VB database application using ADO control.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-an-Advanced-VB-database-application/3773</guid>
</item>
</channel>
</rss>
